I got this error after giving Littli chocolate for the first time:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/w/Ivents/Ivents_littli.rpy", line 54, in <module>
File "game/script.rpy", line 88, in drop
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Telephone.rpyc", line 194, in script call
File "w/Ivents/Ivents_littli.rpyc", line 54, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/w/Ivents/Ivents_littli.rpy", line 54, in <module>
File "game/script.rpy", line 88, in drop
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list
Windows-10-10.0.22000
Ren'Py 7.4.10.2178
Corrupted World 0.1.5-public-beta
Tue Mar 29 23:13:54 2022
```