소스 검색

[fixed] extra conditions to keep things logical on christina fight

Anya 1 년 전
부모
커밋
35139e3fa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/gschool_grounds.qsrc

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -191,7 +191,7 @@ if $ARGS[0] = 'main':
 
 	if week = 6 and hour = 8 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and detention_set = 1 and SchoolBlock = 0: act 'Go to detention': gt 'gschool_detention', 'start'
 
-	if christinaQW['pre_fight'] = 1:
+	if christinaQW['pre_fight'] = 1 and week < 6 and hour = 14 and kanikuli = 0:
 		act 'Attack Christina':
 			gt 'Zvereva_events', 'KristinaFight'
 		end