Browse Source

bug fixes

KevinSmarts 6 years ago
parent
commit
7b48f8d85c
2 changed files with 21 additions and 2 deletions
  1. 18 1
      locations/pornstudio
  2. 3 1
      locations/stwork

+ 18 - 1
locations/pornstudio

@@ -271,6 +271,9 @@ end
 if $ARGS[0] = 'shower':
 if $ARGS[0] = 'shower':
 	cla
 	cla
 	*clr
 	*clr
+	$location_type = 'bathroom'
+	$locM = 'pornstudio'
+	$metkaM = 'bathroom'
 	minut += 5
 	minut += 5
 	pcs_horny += 1
 	pcs_horny += 1
 	pcs_makeup = 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>'
 	'<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.'
 	'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
 end
 
 
 if $ARGS[0] = 'manager':
 if $ARGS[0] = 'manager':

+ 3 - 1
locations/stwork

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