|
@@ -676,7 +676,7 @@ if $ARGS[0] = 'pe':
|
|
|
end
|
|
|
act 'Continue':
|
|
|
*clr & cla
|
|
|
- fizrarand = rand(1, 7)
|
|
|
+ fizrarand = rand(1, 8)
|
|
|
if fizrarand = 1:
|
|
|
pcs_mood -= 5
|
|
|
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.'
|
|
|
gs 'gschool_lessonsev1', 'fiz_rand'
|
|
|
act 'End of lesson':gt 'gschool_lessons4', 'postphys'
|
|
|
- elseif fizrarand = 2:
|
|
|
+ elseif fizrarand = 3:
|
|
|
gs 'exercise', 'tier2', 1, 'stren_exp'
|
|
|
gs 'stat'
|
|
|
pullup = rand (1,7)
|
|
@@ -801,7 +801,7 @@ if $ARGS[0] = 'pe':
|
|
|
end
|
|
|
gs 'gschool_lessonsev1', 'fiz_rand'
|
|
|
act 'End of lesson':gt 'gschool_lessons4', 'postphys'
|
|
|
- elseif fizrarand = 3:
|
|
|
+ elseif fizrarand = 4:
|
|
|
gs 'exercise', 'tier2', 1, 'stren_exp'
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/fizra7.jpg"></center>'
|
|
@@ -823,7 +823,7 @@ if $ARGS[0] = 'pe':
|
|
|
end
|
|
|
gs 'gschool_lessonsev1', 'fiz_rand'
|
|
|
act 'End of lesson':gt 'gschool_lessons4', 'postphys'
|
|
|
- elseif fizrarand = 4:
|
|
|
+ elseif fizrarand = 5:
|
|
|
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.'
|
|
|
if pcs_cupsize <= 20:
|
|
@@ -873,7 +873,7 @@ if $ARGS[0] = 'pe':
|
|
|
end
|
|
|
gs 'gschool_lessonsev1', 'fiz_rand'
|
|
|
act 'End of lesson':gt 'gschool_lessons4', 'postphys'
|
|
|
- elseif fizrarand = 5:
|
|
|
+ elseif fizrarand = 6:
|
|
|
*clr & cla
|
|
|
gs 'exercise', 'tier2', 1, 'stren_exp'
|
|
|
gs 'stat'
|
|
@@ -931,7 +931,7 @@ if $ARGS[0] = 'pe':
|
|
|
end
|
|
|
gs 'gschool_lessonsev1', 'fiz_rand'
|
|
|
act 'End of lesson':gt 'gschool_lessons4', 'postphys'
|
|
|
- elseif fizrarand = 6:
|
|
|
+ elseif fizrarand = 7:
|
|
|
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.'
|
|
|
jumpingjacks = rand (1,5)
|
|
@@ -945,7 +945,7 @@ if $ARGS[0] = 'pe':
|
|
|
else
|
|
|
gt 'gschool_lessons4', 'jumping_jacks'
|
|
|
end
|
|
|
- elseif fizrarand = 7:
|
|
|
+ elseif fizrarand = 8:
|
|
|
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.'
|
|
|
jumpingjacks = rand (1,5)
|