Browse Source

[fixed] cheerleading triggering when not a cheerleader

julzor 4 years ago
parent
commit
9c65e22579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gschool_grounds.qsrc

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -47,7 +47,7 @@ if $ARGS[0] = 'main':
 	if hour = 14 and cheerleadingQW['quest_stage'] = 1:
 		gt 'gschool_cheerleading', 'tryouts'
 	!! Sveta attends training after school every Tuesday and Thursday.
-	elseif hour = 14 and cheerleadingQW['day'] ! daystart and week = 2 or week = 4 and kanikuli = 0 and cheerleadingQW['quest_stage'] > 1:
+	elseif hour = 14 and cheerleadingQW['day'] ! daystart and (week = 2 or week = 4) and kanikuli = 0 and cheerleadingQW['quest_stage'] > 1:
 		gt 'gschool_cheerleading', 'afterschool_practice'
 	!! A football game is played once every 2nd Friday and the cheerleaders perform out on the field. 
 	elseif hour = 14 and cheerleadingQW['day'] ! daystart and week = 5 and ((daystart - (daystart mod 7)) / 7) mod 2 = 1 and kanikuli = 0 and (cheerleadingQW['quest_stage'] >= 3 or cheerleadingQW['backup_game'] = 1):