Browse Source

fixed - end of Jora event leaving you in street in swimsuit and Vladimir phone calls sending you to the hall of the city flat.

KevinSmarts 8 years ago
parent
commit
3427313fbb
3 changed files with 5 additions and 5 deletions
  1. 1 1
      locations/klofdomhouse
  2. 2 2
      locations/qwloc3
  3. 2 2
      locations/qwloc4

+ 1 - 1
locations/klofdomhouse

@@ -1043,7 +1043,7 @@ if $ARGS[0] = 'ev65':
 	'Jora comes out of the locker room and says, "Well, you put on a good show here, the boss is delighted!"'
 	'He watched it all on his computer, keep the money and a business card with his address.'
 
-	act 'Go home':gt 'street'
+	act 'Leave the pool area':gt 'bass', 'start'
 end
 
 !!Jesus, what hueta, I cried tears of blood

+ 2 - 2
locations/qwloc3

@@ -8,7 +8,7 @@ act 'Oh, I have a lot of things, I just can not today':
 	'(You) - Oh, I have a lot of things, I just can not segdnya.'
 	'(Vladimir) - Okay. Then I''ll call you tomorrow at 4 pm.'
 
-	act 'Hang up':gt 'korr'
+	act 'Hang up':gt $locM, $metkaM
 end
 
 act 'I do not mind':
@@ -18,7 +18,7 @@ act 'I do not mind':
 	'(You) - I do not mind.'
 	'(Vladimir) - Wonderful. Now for you to come my driver and drive Thank you.'
 
-	act 'Hang up':gt 'korr'
+	act 'Hang up':gt $locM, $metkaM
 end
 
 --- qwloc3 ---------------------------------

+ 2 - 2
locations/qwloc4

@@ -8,7 +8,7 @@ act 'Oh, I have a lot of things, I just can not today':
 	'(You) - Oh, I have a lot of things, I just can not segdnya.'
 	'(Vladimir) - Okay. Then I''ll call you tomorrow at 4 pm.'
 
-	act 'Hang up':gt 'korr'
+	act 'Hang up':gt $locM, $metkaM
 end
 
 act 'I do not mind':
@@ -18,7 +18,7 @@ act 'I do not mind':
 	'(You) - I do not mind.'
 	'(Vladimir) - Wonderful. Now for you to come my driver and drive Thank you.'
 
-	act 'Hang up':gt 'korr'
+	act 'Hang up':gt $locM, $metkaM
 end
 
 --- qwloc4 ---------------------------------