I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
File "game/BKevents.rpy", line 233, in <module>
if char.current_food_effect == eff: # Disables food lock
AttributeError: 'Main' object has no attribute 'current_food_effect'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
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/BKevents.rpy", line 233, in <module>
if char.current_food_effect == eff: # Disables food lock
AttributeError: 'Main' object has no attribute 'current_food_effect'
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v211126
Wed Feb 23 14:37:55 2022