Ver código fonte

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

Anya 1 ano atrás
pai
commit
35139e3fa9
1 arquivos alterados com 1 adições e 1 exclusões
  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