Browse Source

[fixes] Missing cla/*clr and some actions needed to allow events to be seen.

KevinSmarts 4 years ago
parent
commit
f51101550a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      locations/gschool_lessons4.qsrc

+ 4 - 3
locations/gschool_lessons4.qsrc

@@ -696,7 +696,8 @@ if $ARGS[0] = 'pe':
 		'Coach Pavlovich announces that the inter-school running competition will be held this Saturday at 11:00. If you want to participate, you should come to school between 10:00 and 11:00.'
 	end
 	act 'Continue':
-		fizrarand = rand(1, 5)
+		*clr & cla
+		fizrarand = rand(1, 7)
 		if fizrarand = 1:
 			pcs_mood -= 5
 			if pcs_run >= 60: 
@@ -961,7 +962,7 @@ if $ARGS[0] = 'pe':
 				gs 'arousal', 'voyeur', 2
 				gs 'arousal', 'end'
 				gs 'stat'
-				gt 'gschool_lessons4', 'jumping_jacks'
+				act 'Continue': gt 'gschool_lessons4', 'jumping_jacks'
 			else
 				gt 'gschool_lessons4', 'jumping_jacks'
 			end
@@ -975,7 +976,7 @@ if $ARGS[0] = 'pe':
 				gs 'arousal', 'voyeur', 2
 				gs 'arousal', 'end'
 				gs 'stat'
-				gt 'gschool_lessons4', 'pushups'
+				act 'Continue': gt 'gschool_lessons4', 'pushups'
 			else
 				gt 'gschool_lessons4', 'pushups'
 			end