Browse Source

[fixed] Tailor in city didn't offer his services after initial intro.

Kevin_Smarts 2 years ago
parent
commit
f5337e2939
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/city_market.qsrc

+ 2 - 2
locations/city_market.qsrc

@@ -245,7 +245,7 @@ if $ARGS[0] = 'tailor':
 		'An elderly Jewish man is sitting at a table. He pulls his glasses down a little and looks over the top of them as he points at you.'
 
 		if portnoyQW > 0:
-			'"Ah <<$pcs_nickname>>. Come to adjust your clothes again?"'
+			'"So <<$pcs_nickname>>. Do you need any clothing adjusted?"'
 
 			if money >= 500:
 				act 'Take in the clothes you are wearing (500 <b>₽</b>)':
@@ -285,7 +285,7 @@ if $ARGS[0] = 'tailor':
 					'He jumps up and nimbly removes the tape from his neck and begins to measure your chest, waist and hips.'
 					'"I can adjust any clothing that doesn''t fit you for 500 <b>₽</b> per item."'
 
-					act 'Leave': minut += 10 & gt 'city_residential'
+					act 'Continue': gt 'city_markt', 'tailor'
 				end
 			end
 		end