Browse Source

[Fixed] Shop name wasn't updated in some labels

Kevin_Smarts 2 years ago
parent
commit
cb2fe931a4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/exhibitionistshop.qsrc

+ 3 - 3
locations/exhibitionistshop.qsrc

@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 	gs 'stat'
 
 	gs 'themes', 'indoors'
-	'<center><b><font color="maroon">Expression of You</font></b></center>'
+	'<center><b><font color="maroon">Simply Salacious</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pushkin/exhibitshop/shop.jpg"></center>'
 	'A shop in the most modern style who''s clothing is all very revealing and not nearly as classy as the store itself.'
 
@@ -54,7 +54,7 @@ if $ARGS[0] = 'outfits':
 	$loc = 'exhibitionistshop'
 	cls
 	gs'stat'
-	'<center><b><font color="maroon">Exhibitionist clothing</font></b></center>'
+	'<center><b><font color="maroon">Salacious outfits</font></b></center>'
 	*nl
 
 	gs 'clothing_QV', 'shop_header'
@@ -91,7 +91,7 @@ if $ARGS[0] = 'dresses':
 	$loc = 'exhibitionistshop'
 	cls
 	gs'stat'
-	'<center><b><font color="maroon">Exhibitionist clothing</font></b></center>'
+	'<center><b><font color="maroon">Salacious dresses</font></b></center>'
 	*nl
 
 	gs 'clothing_QV', 'shop_header'