Explorar el Código

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

Anya hace 1 año
padre
commit
35139e3fa9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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