Help!
I re-began the game, just for to avoid save version troubles.
When I am in "Chapter 2. The Girls", when I throw the 4 bottles to the fire, I have this error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/inventories.rpy", line 54, in move_from
File "game/scripts/inventories.rpy", line 66, in remove_item
File "game/mechanics/inventory.rpy", line 606, in remove_instance
KeyError: <Item: champagne in local>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 62, in script call
File "scripts/plot/plot_menu.rpyc", line 87, in script call
One third removed.
return action(*args, **kwargs)
File "game/modules/inventory.rpym", line 165, in wrap
self.inventory.move_from(_dragging_item, self.add_info)
File "game/scripts/inventories.rpy", line 54, in move_from
File "game/scripts/inventories.rpy", line 66, in remove_item
File "game/mechanics/inventory.rpy", line 606, in remove_instance
File ".............../Innocent_Witches-0.6-final-mac/Innocent Witches.app/Contents/Resources/autorun/renpy/python.py", line 731, in do_mutation
return method(self, *args, **kwargs)
KeyError: <Item: champagne in local>
Darwin-15.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Innocent Witches 0.6.1-alpha
Sun Jan 3 16:57:29 2021
```
Any hint?