- Nov 4, 2020
- 563
- 586
You don't have to buy for that event anymoreWhen I go to the store to buy wine this happens :
While running game code:
File "game/locations/SexShop/GeneralStore.rpy", line 85, in script
$inventory.add(wine)
File "game/locations/SexShop/GeneralStore.rpy", line 85, in <module>
$inventory.add(wine)
File "game/Inventories.rpy", line 148, in add
self.items_amount[item.Wine] = 1
AttributeError: 'int' object has no attribute 'Wine'
Some kind of solution Please?