Oof... didnt realise that if you dont see and interact with every one of the characters available that they slowly loose friendly points... just grided out lvls and then started getting this error when sleeping, and every time i wake up it says that it is now Saturday. Looks like some kinda groundhog day re-run, but all the female character stats/lvls/money/crystals i earned the day prior doesnt get reset.
While running game code:
File "game/script.rpy", line 706, in script
python:
File "game/script.rpy", line 709, in <module>
sis_earned = playerSleep()
File "game/functional/functions.rpy", line 3640, in playerSleep
loveDecay()
File "game/functional/functions.rpy", line 3470, in loveDecay
y += dungeon_shp.love - x
NameError: name 'dungeon_shp' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 706, in script
python:
File "C:\Users\travi_000\Desktop\EarthsLastGuardian-0.1.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\travi_000\Desktop\EarthsLastGuardian-0.1.0-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 709, in <module>
sis_earned = playerSleep()
File "game/functional/functions.rpy", line 3640, in playerSleep
loveDecay()
File "game/functional/functions.rpy", line 3470, in loveDecay
y += dungeon_shp.love - x
NameError: name 'dungeon_shp' is not defined