Browse Source

[fixed] Anya wasn't sleeping most of the night

KevinSmarts 4 years ago
parent
commit
70ec0e66ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/family_schedule.qsrc

+ 1 - 1
locations/family_schedule.qsrc

@@ -11,7 +11,7 @@ kolloc = 0
 !! sister_opr_indorf = 1 means Anya is in the village
 if sister_opr_indorf = 0:
 	if week <= 5:
-		if hour = 6 and minut < 45:
+		if (hour < 6) or (hour = 6 and minut < 45):
 			!!Asleep
 			anyaloc = 1
 		elseif hour = 7 and minut < 15: