|
@@ -287,7 +287,7 @@ if $ARGS[0] = 'pole_underwear':
|
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
|
|
|
|
!pcs_hairbsh = 0
|
|
|
- striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
|
|
|
+ striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
|
|
|
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/strippole.jpg"></center>'
|
|
@@ -327,7 +327,7 @@ if $ARGS[0] = 'pole_panties':
|
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
|
|
|
|
!pcs_hairbsh = 0
|
|
|
- striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
|
|
|
+ striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
|
|
|
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(7,8) + '.jpg">"></center>'
|