Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hi,

there seems to be a bug now when you try to rest and you get no energy at all after ignoring:

Edit: just started a new game, did the initial exploreing + some additional exploring and went to rest/take a shower. 

[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/locations/home & map/home and map.rpy", line 46, in script call
  File "game/locations/home & map/home and map.rpy", line 49, in script call
  File "game/locations/home & map/home and map.rpy", line 75, in script call
  File "game/locations/home & map/bedroom.rpy", line 90, in script
  File "game/locations/home & map/bedroom.rpy", line 90, in <module>
NameError: name 'cheat_used' is not defined
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
  File "game/locations/home & map/home and map.rpy", line 46, in script call
  File "game/locations/home & map/home and map.rpy", line 49, in script call
  File "game/locations/home & map/home and map.rpy", line 75, in script call
  File "game/locations/home & map/bedroom.rpy", line 90, in script
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 
  File "renpy/python.py", line 1305, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1298, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/locations/home & map/bedroom.rpy", line 90, in <module>
NameError: name 'cheat_used' is not defined
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.5.2.26010301
HQR123 V1.0f
Mon May 25 13:49:06 2026
[/code]




Same with taking a shower:



[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/locations/home & map/home and map.rpy", line 46, in script call
  File "game/locations/home & map/home and map.rpy", line 49, in script call
  File "game/locations/home & map/home and map.rpy", line 75, in script call
  File "game/locations/home & map/bathroom.rpy", line 27, in script
  File "game/locations/home & map/bathroom.rpy", line 27, in <module>
NameError: name 'cheat_used' is not defined
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
  File "game/locations/home & map/home and map.rpy", line 46, in script call
  File "game/locations/home & map/home and map.rpy", line 49, in script call
  File "game/locations/home & map/home and map.rpy", line 75, in script call
  File "game/locations/home & map/bathroom.rpy", line 27, in script
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 
  File "renpy/python.py", line 1305, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1298, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/locations/home & map/bathroom.rpy", line 27, in <module>
NameError: name 'cheat_used' is not defined
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.5.2.26010301
HQR123 V1.0f
Mon May 25 13:50:33 2026
[/code]
(+1)

Hi and thanks for letting me now ...It should be fixed now!

(+1)

Seems to be fixed, thank you.