From 8823db2da13322b006f36081901c48fe9419649c Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Jan 2026 04:32:08 -0700 Subject: idk what i did --- src/entities/oldMint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entities/oldMint.c') diff --git a/src/entities/oldMint.c b/src/entities/oldMint.c index be90ed6..1c95902 100644 --- a/src/entities/oldMint.c +++ b/src/entities/oldMint.c @@ -16,6 +16,7 @@ InteractionCommand interactWithOldMint(Entity* entity, Game* game, { InventoryItem item = (InventoryItem){ .id = OLD_MINT, + .parent = entity, .textureId = MINT_TEXTURE, .count = 1 }; -- cgit v1.2.3