Browse Source

Updated cosmetics, lipbalm and fake & mink lashes text

Wizz 5 months ago
parent
commit
0db9c7b3bd
1 changed files with 5 additions and 6 deletions
  1. 5 6
      locations/mirror.qsrc

+ 5 - 6
locations/mirror.qsrc

@@ -244,10 +244,10 @@ if $ARGS[0] = 'start':
 		end
 	end
 
-	if mc_inventory['cosmetics'] > 0: *nl 'Cosmetics: <<mc_inventory[''cosmetics'']>>' else *nl 'You have no cosmetics.'
-	if mc_inventory['lipbalm'] > 0: *pl ' | Lip gloss: <<mc_inventory[''lipbalm'']>>' else *pl ' You have no lip gloss left.'
-	if mc_inventory['eyelash_fake'] > 0: *nl 'False lashes: <<mc_inventory[''eyelash_fake'']>>' else *nl 'You have no false lashes left.'
-	if mc_inventory['eyelash_mink'] > 0: *pl ' | Mink lashes: <<mc_inventory[''eyelash_mink'']>>' else *pl ' You have no mink lashes left.'
+	if mc_inventory['cosmetics'] > 0: *nl 'You have <<mc_inventory[''cosmetics'']>> cosmetics left.' else *nl 'You have no cosmetics left.'
+	if mc_inventory['lipbalm'] > 0: *pl ' You have <<mc_inventory[''lipbalm'']>> lip gloss left.' else *pl ' You have no lip gloss left.'
+	if mc_inventory['eyelash_fake'] > 0: *nl 'You have <<mc_inventory[''eyelash_fake'']>> false lashes left.' else *nl 'You have no false lashes left.'
+	if mc_inventory['eyelash_mink'] > 0: *pl ' You have <<mc_inventory[''eyelash_mink'']>> mink lashes left.' else *pl ' You have no mink lashes left.'
 
 	if mc_inventory['umbrella'] = 0: *nl 'WARNING: Makeup will get ruined by the rain unless you buy an umbrella.'
 
@@ -739,5 +739,4 @@ if $ARGS[0] = 'kosmetitka_fix':
 	act 'Continue': gt 'mirror', 'd_bag_mirror'
 end
 
---- mirror ---------------------------------
-
+--- mirror ---------------------------------