KevinSmarts il y a 6 ans
Parent
commit
7b48f8d85c
2 fichiers modifiés avec 21 ajouts et 2 suppressions
  1. 18 1
      locations/pornstudio
  2. 3 1
      locations/stwork

+ 18 - 1
locations/pornstudio

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

+ 3 - 1
locations/stwork

@@ -1,9 +1,11 @@
 # stwork
 if $ARGS[0] = 'start':
 
+	$loc = 'stwork'
+	$metka = 'start'
 	$locM = 'stwork'
 	$metkaM = 'start'
-	$sexloc = $CURLOC
+	$sexloc = 'stwork'
     $location_type = 'private'
 	clr
 	minut += 5