瀏覽代碼

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

KevinSmarts 4 年之前
父節點
當前提交
70ec0e66ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: