I've just started the game and if i choose to sleep naked the game gives me an error once the "dreaming" sequence starts
If i choose to "sleep in my panties" the game proceeds fine.
Sorry if this has already been adressed/asked/talked about, i couldnt find it in the thread
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scenes/laraRoom.rpy", line 94, in script
if not achievement.has(logro_patreon2.name):
File "game/scenes/laraRoom.rpy", line 94, in <module>
if not achievement.has(logro_patreon2.name):
NameError: name 'logro_patreon2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scenes/laraRoom.rpy", line 94, in script
if not achievement.has(logro_patreon2.name):
File "renpy/ast.py", line 2095, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1080, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1073, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scenes/laraRoom.rpy", line 94, in <module>
if not achievement.has(logro_patreon2.name):
NameError: name 'logro_patreon2' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.0.22062402
CROFT Adventure 0.4a
Tue Aug 2 09:11:21 2022
Sorry if this has already been adressed/asked/talked about, i couldnt find it in the thread