|
@@ -271,6 +271,9 @@ end
|
|
|
if $ARGS[0] = 'shower':
|
|
|
cla
|
|
|
*clr
|
|
|
+ $location_type = 'bathroom'
|
|
|
+ $locM = 'pornstudio'
|
|
|
+ $metkaM = 'bathroom'
|
|
|
minut += 5
|
|
|
pcs_horny += 1
|
|
|
pcs_makeup = 1
|
|
@@ -278,7 +281,21 @@ if $ARGS[0] = 'shower':
|
|
|
'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
|
|
|
'You enter the shower cubicle. Turned on the shower and gently wash all traces of semen from your body.'
|
|
|
|
|
|
- act 'Go to Peter':gt 'pornstudio', 'postvideo'
|
|
|
+ act 'Look in the mirror': gt 'mirror', 'start'
|
|
|
+ act 'Go and see Peter':gt 'pornstudio', 'postvideo'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'bathroom':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ $location_type = 'bathroom'
|
|
|
+ $locM = 'pornstudio'
|
|
|
+ $metkaM = 'bathroom'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/shower.jpg"></center>'
|
|
|
+ 'You are in the shower room after your movie shoot, you should go and see Peter to get your pay unless you need to use the mirror again.'
|
|
|
+
|
|
|
+ act 'Look in the mirror': gt 'mirror', 'start'
|
|
|
+ act 'Go and see Peter':gt 'pornstudio', 'postvideo'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'manager':
|