소스 검색

[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: