i'm trying to report back to lothar after visiting the goat tribe, but at the end of the conversation it crashs.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main_lusterfield02.rpy", line 5686, in <module>
File "game/questlog.rpy", line 130, in QuestFinish
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main_lusterfield02.rpyc", line 5686, 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/main_lusterfield02.rpy", line 5686, in <module>
File "game/questlog.rpy", line 130, in QuestFinish
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.19041
Ren'Py 7.4.11.2266
Outland Wanderer 0.0.14
Sun Apr 2 19:33:54 2023
```