Inventory: Item(s) not appearing in player inventory

The inventory should only store what’s necessary to keep track of what the player has and how much of it they have; all other information should come from the item class. I see there’s a thumbnail variable in your code; that should be stored in the item class, not the inventory.

1 Like