Dude Theft Wars 0.1 🚀

def add_item_to_inventory(self, item_type, item): if item_type in self.inventory: self.inventory[item_type].append(item)