Przeglądaj źródła

[fixed] Wrong labels in Erotomaniac when viewing shoes or stripper clothing

Kevin_Smarts 3 miesięcy temu
rodzic
commit
e01b26725a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      locations/sexshop.qsrc

+ 2 - 2
locations/sexshop.qsrc

@@ -225,7 +225,7 @@ if $ARGS[0] = 'strip':
 	menu_off = 0
 	*clr & cla
 	gs'stat'
-	'<center><b><font color="maroon">eroto_strip clothing - for all your personal needs</font></b></center>'
+	'<center><b><font color="maroon">Stripper clothing - for work or the bedroom</font></b></center>'
 	*nl
 
 	gs 'clothing_QV', 'shop_filter_header'
@@ -271,7 +271,7 @@ if $ARGS[0] = 'shoes':
 	menu_off = 0
 	*clr & cla
 	gs'stat'
-	'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
+	'<center><b><font color="maroon">Viewing Erotomaniac shoes</font></b></center>'
 	*nl
 
 	gs 'shoes', 'shop_filter_header'