|
@@ -4,6 +4,7 @@ if $ARGS[0] = 'strip':
|
|
|
clr
|
|
|
custbooing = 0
|
|
|
countmoney = 1
|
|
|
+ stpredmet = 3
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Stage</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclub1.jpg"></center>'
|
|
@@ -46,7 +47,7 @@ if $ARGS[0] = 'strip_hub2':
|
|
|
end
|
|
|
if hour >= 11 or hour <= 2:
|
|
|
if stpredmet = 3:lapdance = 0
|
|
|
- if stpredmet > 0:
|
|
|
+ if stpredmet >= 0:
|
|
|
if $clothingworntype ! 'nude':
|
|
|
act 'Dance on the pole in your clothes': gt 'stwork2', 'dance_clothed'
|
|
|
act 'Strip out of your outfit': gt 'stwork2', 'strip_clothes'
|
|
@@ -101,6 +102,7 @@ end
|
|
|
if $ARGS[0] = 'dance_clothed':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
+ stpredmet -= 1
|
|
|
gs 'sweat', 'add', 5
|
|
|
fat -= 1
|
|
|
dancero_exp += rand(1, 2)
|