Browse Source

[fixed] wrongly placed *clr & cla in a gosub removed the picture and some text, also wrong use of way to have arousal call without advancing time.

bgkjdgbizgblzdgbr 1 year ago
parent
commit
e599d7f7ff
1 changed files with 3 additions and 5 deletions
  1. 3 5
      locations/pav_park.qsrc

+ 3 - 5
locations/pav_park.qsrc

@@ -385,18 +385,16 @@ if $ARGS[0] = 'run':
 end
 
 if $ARGS[0] = 'run_reactions':
-	*clr & cla
 	menu_off = 1
-	minut -10
 	if hour >= 20:
 		'With it being so late, there isn''t anyone in the park to see you, but it doesn''t matter. The thrill and pleasure are still there. When you''re finished, you make sure to pull your top back down.'
-		gs 'arousal', 'flashlite', 10
+		gs 'arousal', 'flashlite', -10
 		gs 'arousal', 'end'
 		gs 'stat'
 	else
 		if rand(0,1) = 0:
 			'Despite being daytime, you go unnoticed during your run. However, you still find yourself aroused and excited by the thought of being seen by a stranger or someone you know. When you''re finished, you make sure to pull your top back down.'
-			gs 'arousal', 'flashlite', 10
+			gs 'arousal', 'flashlite', -10
 			gs 'arousal', 'end'
 			gs 'stat'
 		else
@@ -410,7 +408,7 @@ if $ARGS[0] = 'run_reactions':
 			'"Just another crazy slut."'
 			*nl
 			'You continue your run until their catcalling can''t be heard anymore.'
-			gs 'arousal', 'flashlite', 10
+			gs 'arousal', 'flashlite', -10
 			gs 'arousal', 'end'
 			gs 'stat'
 		end