Browse Source

[fixes] Incorrect name for school uniform label

KevinSmarts 4 years ago
parent
commit
fe3624b52f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/clothing_QV.qsrc

+ 2 - 2
locations/clothing_QV.qsrc

@@ -27,7 +27,7 @@ if $ARGS[0] = 'list':
 
 	'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm''"><img src="images/locations/city/citycenter/mall/gm.png"></a></center>'
 
-	if ARRSIZE('school') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''school''"><img src="images/locations/city/citycenter/mall/schooluniform.png"></a></center>'
+	if ARRSIZE('school') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''school''"><img src="images/locations/city/citycenter/mall/s.uniform2.png"></a></center>'
  
 	if ARRSIZE('average') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''kats''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a></center>'
 
@@ -142,7 +142,7 @@ if $ARGS[0] = 'list':
 		$ward_list_store = $ARGS[1]
 		*clr & cla
 		'<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
-		'<center><img src="images/locations/city/citycenter/mall/schooluniform.png"></center>'
+		'<center><img src="images/locations/city/citycenter/mall/s.uniform2.png"></center>'
 		'<center>School uniforms</center>'
 		*nl
 		'<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'