|
@@ -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
|