The premise seems interesting.
the hints are nice but don't work sometimes - i am advised zo give civilian clothes to Spriggan - but if i talk to her nothing happens. Maybe some other trigger needs to be started?
It seems the variables for daytime are not perfectly secured to overflow of number
In locations.rpy we see that time has to be exactly 4 to get go to sleep, but what if it is already higher than 4 (huntig add +3 to time)
"Take a Nap":
if time == 4:
"I should...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/map.rpy", line 85, in script call
call expression renpy.random.choice(["resources2","resources3","resources4"]) from _call_expression_1
File "game/locations.rpy", line 157, in script call
call...