Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Eva has used the brush.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tower.rpy", line 889, in script
    if never_encountered_brush:
  File "game/tower.rpy", line 900, in <module>
    elif not e.brush:
             ^^^^^^^ 
AttributeError: 'Eva' object has no attribute 'brush'. Did you mean: 'blush'?

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
  File "game/tower.rpy", line 889, in script
    if never_encountered_brush:
  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/tower.rpy", line 900, in <module>
    elif not e.brush:
             ^^^^^^^ 
AttributeError: 'Eva' object has no attribute 'brush'. Did you mean: 'blush'?

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.2.26010301
Eva in Gloria Aeterna 0.13
Fri Apr 17 16:51:36 2026

Thanks. Silly mistake on my part. I've fixed it and will post an update fixing this bug and whatever others are found in the next few days.