Browse Source

Fixed missing ARG[0] s in Guest Room

Ekay 7 years ago
parent
commit
d08120b218
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/mey_home

+ 4 - 4
locations/mey_home

@@ -350,7 +350,7 @@ if $ARGS[0] = '3':
 			'<center><img src="images/shared/drugs/dur.jpg"></center>'
 			'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
 
-			act 'Continue':gt 'mey_home'
+			act 'Continue':gt 'mey_home', 3
 		end
 	end
 
@@ -358,13 +358,13 @@ if $ARGS[0] = '3':
 		act 'Wear underwear':
 			cla
 			tanga = 1
-			gt 'mey_home'
+			gt 'mey_home', 3
 		end
 	elseif tanga = 1:
 		act 'Take off your underwear':
 			cla
 			tanga = 0
-			gt 'mey_home'
+			gt 'mey_home', 3
 		end
 	end
 	
@@ -378,7 +378,7 @@ if $ARGS[0] = '3':
 			minut += waiting
 		end
 
-		act 'Take a look at the clock':gt curloc
+		act 'Take a look at the clock':gt 'mey_home', 3
 	end
 
 	if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check