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 năm trước cách đây
mục cha
commit
e599d7f7ff
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  1. 3 5
      locations/pav_park.qsrc

+ 3 - 5
locations/pav_park.qsrc

@@ -385,18 +385,16 @@ if $ARGS[0] = 'run':
 end
 end
 
 
 if $ARGS[0] = 'run_reactions':
 if $ARGS[0] = 'run_reactions':
-	*clr & cla
 	menu_off = 1
 	menu_off = 1
-	minut -10
 	if hour >= 20:
 	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.'
 		'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 'arousal', 'end'
 		gs 'stat'
 		gs 'stat'
 	else
 	else
 		if rand(0,1) = 0:
 		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.'
 			'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 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
 		else
 		else
@@ -410,7 +408,7 @@ if $ARGS[0] = 'run_reactions':
 			'"Just another crazy slut."'
 			'"Just another crazy slut."'
 			*nl
 			*nl
 			'You continue your run until their catcalling can''t be heard anymore.'
 			'You continue your run until their catcalling can''t be heard anymore.'
-			gs 'arousal', 'flashlite', 10
+			gs 'arousal', 'flashlite', -10
 			gs 'arousal', 'end'
 			gs 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
 		end
 		end