|
@@ -214,6 +214,7 @@ if $ARGS[0] = 'strip_panties':
|
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
|
|
|
|
striptip += (rand(pcs_dancero,(pcs_dancero*5)))/5
|
|
|
+ if analplugin = 1: striptip += rand(10, 20)
|
|
|
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund9.jpg"></center>'
|
|
@@ -229,7 +230,7 @@ if $ARGS[0] = 'strip_panties':
|
|
|
pcs_mood -= 5
|
|
|
'The negative comments make you feel a bit uncomfortable as you playfully drop your panties to your ankles before kicking them off. You look several customers straight in the eyes as you do so.'
|
|
|
end
|
|
|
- gs 'arousal', 'flash', -15
|
|
|
+ gs 'arousal', 'flash', -5
|
|
|
gs 'stat'
|
|
|
act 'Continue': gt 'stwork2', 'strip_hub'
|
|
|
end
|
|
@@ -245,6 +246,7 @@ if $ARGS[0] = 'dance_nude':
|
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
|
|
|
|
striptip += (rand(pcs_dancero,(pcs_dancero*5)))/3
|
|
|
+ if analplugin = 1: striptip += rand(10, 20)
|
|
|
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(13,14) + '.jpg"></center>'
|