|
@@ -248,19 +248,24 @@ if $ARGS[0] = 'tailor':
|
|
|
'"So <<$pcs_nickname>>. Do you need any clothing adjusted?"'
|
|
|
|
|
|
if money >= 500:
|
|
|
- act 'Take in the clothes you are wearing (500 <b>₽</b>)':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- minut += 15
|
|
|
+ act 'Resize the clothes you''re wearing (500 <b>₽</b>)':
|
|
|
+ *clr & cla
|
|
|
+ minut += 10
|
|
|
if CloStyle = 5 or $clothingworntype = 'danilovich_outfits':
|
|
|
- '"What are you wasting my time for? This does not need to be resized!"'
|
|
|
+ 'The tailor is looking irritatingly at you, "Why are you wasting my time with exercise clothing? That type of clothing does not need to be resized..."'
|
|
|
+ elseif dyneval('RESULT = <<$clothingworntype>>_b[<<clothingwornnumber>>]') = pcs_hips:
|
|
|
+ 'The tailor is looking irritatingly at you, "Is this joke? Your clothes could not fit you better if they had been made for you. I have no time for such foolishness."'
|
|
|
+ elseif (dyneval('RESULT = <<$clothingworntype>>_b[<<clothingwornnumber>>]') > pcs_hips + 4) or (dyneval('RESULT = <<$clothingworntype>>_b[<<clothingwornnumber>>]') < pcs_hips - 4):
|
|
|
+ 'The tailor is looking irritatingly at you, "Why are you wasting my time? Your clothing does not need to be resized. It might not be perfect but it is still fine."'
|
|
|
else
|
|
|
money -= 500
|
|
|
dynamic '<<$clothingworntype>>_b[<<clothingwornnumber>>] = pcs_hips'
|
|
|
- 'You undress and give your clothes to Jacob. Fifteen minutes pass before he returns.'
|
|
|
+ 'You are handed a t-shirt and shorts as you undress and give the clothes to the tailor for adjustment.'
|
|
|
+ 'Jacob quickly measures your waist and hips, then only takes a few minutes to adjust your outfit.'
|
|
|
+ 'You are handed your clothes back and quickly get dressed. You''re pleased with the job that the tailor has done.'
|
|
|
end
|
|
|
|
|
|
- act 'Leave': minut += 10 & gt 'city_residential'
|
|
|
+ act 'Continue': minut += 10 & gt 'city_market', 'tailor'
|
|
|
end
|
|
|
|
|
|
act 'Take in different clothes':gt 'clothing', 'view_clothing_list', 'resize'
|