aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/oldMint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/oldMint.c')
-rw-r--r--src/entities/oldMint.c1
1 files changed, 1 insertions, 0 deletions
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
};