Browse Source

[fixed] Miss spelt variable

Kevin_Smarts 2 years ago
parent
commit
68d5815504
2 changed files with 10 additions and 8 deletions
  1. 3 1
      locations/clothing.qsrc
  2. 7 7
      locations/shop_fashionista.qsrc

+ 3 - 1
locations/clothing.qsrc

@@ -177,7 +177,7 @@ if $ARGS[0] = 'view_clothing_list':
 
 	if ARRSIZE('coco_outfits') > 0 or ARRSIZE('coco_dress') > 0:'<center><a href="exec:$ward_list_store = ''coco'' & gt ''clothing'', ''clothing_list'', ''coco''"><img src="images/locations/pavlovsk/coco/shop_name.png"></a></center>'
 
-	if ARRSIZE('fashionista') > 0 or ARRSIZE('fashionista_outfit') > 0:'<center><a href="exec:$ward_list_store = ''fashionista'' & gt ''clothing'', ''clothing_list'', ''fashionista''"><img src="images/locations/city/citycenter/mall/fashionista.png"></a></center>'
+	if ARRSIZE('fashionista') > 0 or ARRSIZE('fashionista_outfits') > 0:'<center><a href="exec:$ward_list_store = ''fashionista'' & gt ''clothing'', ''clothing_list'', ''fashionista''"><img src="images/locations/city/citycenter/mall/fashionista.png"></a></center>'
 
 	if ARRSIZE('moncheri_gown') > 0 or ARRSIZE('moncheri_dress') > 0:'<center><a href="exec:$ward_list_store = ''moncheri'' & gt ''clothing'', ''clothing_list'', ''moncheri''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a></center>'
 
@@ -206,6 +206,8 @@ if $ARGS[0] = 'view_clothing_list':
 	if ARRSIZE('market_outfits') > 0:'<center><a href="exec:$ward_list_store = ''market'' & gt ''clothing'', ''clothing_list'', ''market''">Clothes from the market</a></center>'
 
 	act 'Leave': killvar '$ward_list_store' & gt $loc, $loc_arg
+	act 'Choose items to wear': gt 'wardrobe', 'main'
+	act 'Manage saved clothing sets': gt 'wardrobe', 'default'
 end
 
 if $ARGS[0] = 'clothing_list':

+ 7 - 7
locations/shop_fashionista.qsrc

@@ -207,13 +207,13 @@ if $ARGS[0] = 'dressingoutfit':
 
 	!!To filter just this set
 	clo_i = 0
-	:loopfashionista_outfit_filter
+	:loopfashionista_outfits_filter
 
 	i = 1
 
-	:loopfashionista_outfit
-		if fashionista_outfit[i] = 0:
-			gs 'clothing_attributes', 'fashionista_outfit', i
+	:loopfashionista_outfits
+		if fashionista_outfits[i] = 0:
+			gs 'clothing_attributes', 'fashionista_outfits', i
 			gs 'clothing_QV', 'shop_filter'
 
 			!!sort by filter
@@ -222,13 +222,13 @@ if $ARGS[0] = 'dressingoutfit':
 			end
 		end
 		i += 1
-	if i <= 20:jump 'loopfashionista_outfit'
+	if i <= 20:jump 'loopfashionista_outfits'
 
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
-		jump 'loopfashionista_outfit_filter'
+		jump 'loopfashionista_outfits_filter'
 	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
-		jump 'loopfashionista_outfit_filter'
+		jump 'loopfashionista_outfits_filter'
 	end
 end