Browse Source

[fixes] wear clothes after leaving the banya in gadbana
[text edit] renamed a action in mirror, because you can also rename and delete your make-up routines

julzor 5 years ago
parent
commit
f409a8234b
3 changed files with 4 additions and 5 deletions
  1. 1 0
      locations/Gadbana.qsrc
  2. 2 4
      locations/mirror.qsrc
  3. 1 1
      locations/qwBarBilliard.qsrc

+ 1 - 0
locations/Gadbana.qsrc

@@ -32,6 +32,7 @@ if mira = 0:
 			minut += 1
 			menu_off = 1
 			!!gs 'clothing', 'recover_lost_clothes', 'Gadbana', 1
+			gs 'clothing', 'wear_last_worn'
 			if banya_underwear = 1: gs 'underwear', 'wear'
 			gs 'stat'
 			killvar 'banya_underwear'

+ 2 - 4
locations/mirror.qsrc

@@ -17,9 +17,7 @@ if $ARGS[0] = 'start':
 	if mirror_steam ! hour: mirror_steam = 100
 	if $loc = 'vanrPar' and mirror_steam = hour or $loc = 'vanr' and mirror_steam = hour or $loc = 'yvan'and mirror_steam = hour: gt'mirror','steam'
 
-	if pcs_hairbsh = 0:
-		act 'Brush your hair': xgt 'mirror', 'brush'
-	end
+	if pcs_hairbsh = 0: act 'Brush your hair': xgt 'mirror', 'brush'
 
 	*nl
 	if daystart  < 10 and StoryLine = 0 and ntstart = 0:'In the mirror, you see a strange woman''s face looking back at you that exactly copies all your actions. You can hardly accept the idea that this is now you.'
@@ -205,7 +203,7 @@ if $ARGS[0] = 'start':
 !	if (pcs_makeup <= 1 and kosmetica > 0) or (lipbalm > 0 and pcs_lipbalm <= 0 and pcs_hairbsh = 0):
 !		act 'Do the works': gt 'mirror', 'works'
 !	end
-	act 'Create a custom make-up routine': dynamic $createcustroutine
+	act 'Manage your custom make-up routines': dynamic $createcustroutine
 	!!New makeup setting
 	!!This imforms the person what makeup they have pre selected
 	!! 0 - none, 1 - light, 2 - moderate, 3 - heavy

+ 1 - 1
locations/qwBarBilliard.qsrc

@@ -615,7 +615,7 @@ if $ARGS[0] = 'billiard_money':
 		pcs_mood += rand(5,20)
 		'Lady Luck seems to be smiling on you tonight - you end up ' + iif(pcs_pool>50,'comfortably','closely') + ' winning the game.'
 		'Your opponents look disappointed but remain friendly as they hand over your winnings.'
-		'Understandably, they don''t feel like playing another round, so you all return to the main room together. Still, 500 <b>₽</b>isn''t a bad turnout for half an hour''s work.'
+		'Understandably, they don''t feel like playing another round, so you all return to the main room together. Still, 500 <b>₽</b> isn''t a bad turnout for half an hour''s work.'
 	else
 		pcs_mood -= rand(5,20)
 		'Luck really wasn''t on your side this time: You ' + iif(pcs_pool>50,'give them a run for their money but end up fumbling several critical shots','are getting absolutely destroyed by them') + ' and have to admit defeat.'