Browse Source

fix the branch error that was spotted by zablay

rachels 3 years ago
parent
commit
586337596f
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/gschool_lessons4.qsrc

+ 7 - 7
locations/gschool_lessons4.qsrc

@@ -676,7 +676,7 @@ if $ARGS[0] = 'pe':
 	end
 	end
 	act 'Continue':
 	act 'Continue':
 		*clr & cla
 		*clr & cla
-		fizrarand = rand(1, 7)
+		fizrarand = rand(1, 8)
 		if fizrarand = 1:
 		if fizrarand = 1:
 			pcs_mood -= 5
 			pcs_mood -= 5
 			if pcs_run >= 60: 
 			if pcs_run >= 60: 
@@ -768,7 +768,7 @@ if $ARGS[0] = 'pe':
 			'The instructor is actually counting and recording how many each person does, so it''s a bit more stressful than usual.'
 			'The instructor is actually counting and recording how many each person does, so it''s a bit more stressful than usual.'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
-		elseif fizrarand = 2:
+		elseif fizrarand = 3:
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'stat'
 			gs 'stat'
 			pullup = rand (1,7)
 			pullup = rand (1,7)
@@ -801,7 +801,7 @@ if $ARGS[0] = 'pe':
 			end
 			end
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
-		elseif fizrarand = 3:
+		elseif fizrarand = 4:
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/fizra7.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/fizra7.jpg"></center>'
@@ -823,7 +823,7 @@ if $ARGS[0] = 'pe':
 			end
 			end
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
-		elseif fizrarand = 4:
+		elseif fizrarand = 5:
 			gs 'exercise', 'tier2', 1, 'vital_exp'
 			gs 'exercise', 'tier2', 1, 'vital_exp'
 			'For one of the activities, the teacher breaks everyone into small groups and has you compete to see who can jump rope the longest. Many of the boys pay special attention to the girls during their turns.'
 			'For one of the activities, the teacher breaks everyone into small groups and has you compete to see who can jump rope the longest. Many of the boys pay special attention to the girls during their turns.'
 			if pcs_cupsize <= 20:
 			if pcs_cupsize <= 20:
@@ -873,7 +873,7 @@ if $ARGS[0] = 'pe':
 			end
 			end
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
-		elseif fizrarand = 5:
+		elseif fizrarand = 6:
 			*clr & cla
 			*clr & cla
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'stat'
 			gs 'stat'
@@ -931,7 +931,7 @@ if $ARGS[0] = 'pe':
 			end
 			end
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			gs 'gschool_lessonsev1', 'fiz_rand'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson':gt 'gschool_lessons4', 'postphys'
-		elseif fizrarand = 6:
+		elseif fizrarand = 7:
 			gs 'exercise', 'tier2', 1, 'vital_exp'
 			gs 'exercise', 'tier2', 1, 'vital_exp'
 			'For one of the activities, the teacher breaks everyone into small groups and has you compete to see who can perform jumping jacks the longest. Many of the boys pay special attention to the girls during their turns.'
 			'For one of the activities, the teacher breaks everyone into small groups and has you compete to see who can perform jumping jacks the longest. Many of the boys pay special attention to the girls during their turns.'
 			jumpingjacks = rand (1,5)
 			jumpingjacks = rand (1,5)
@@ -945,7 +945,7 @@ if $ARGS[0] = 'pe':
 			else
 			else
 				gt 'gschool_lessons4', 'jumping_jacks'
 				gt 'gschool_lessons4', 'jumping_jacks'
 			end
 			end
-		elseif fizrarand = 7:
+		elseif fizrarand = 8:
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			gs 'exercise', 'tier2', 1, 'stren_exp'
 			'After the roll call, Mr. Nikolaevich announces that you will all be taking turns doing push-ups. The instructor is actually counting and recording how many each person does, so it''s a bit more stressful than usual.'
 			'After the roll call, Mr. Nikolaevich announces that you will all be taking turns doing push-ups. The instructor is actually counting and recording how many each person does, so it''s a bit more stressful than usual.'
 			jumpingjacks = rand (1,5)
 			jumpingjacks = rand (1,5)