So I just got this exception error after having Lexi's hot tub scene. I also had dates with both Bree and Sasha (despite being in the harem we can't just have a group date?).
While running game code:
File "game/cl/class_event.rpy", line 184, in <module>
AttributeError: 'Event' object has no attribute 'cancel_activity'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "cl/class_event.rpyc", line 184, in script
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/cl/class_event.rpy", line 184, in <module>
AttributeError: 'Event' object has no attribute 'cancel_activity'