Browse Source

[fixed]Misc_outfits to new format and sfetish shoe variable revert

KevinSmarts 3 years ago
parent
commit
01301dc156
2 changed files with 5 additions and 5 deletions
  1. 4 4
      locations/clothing.qsrc
  2. 1 1
      locations/shoes.qsrc

+ 4 - 4
locations/clothing.qsrc

@@ -313,7 +313,7 @@ if $ARGS[0] = 'view_clothing_list':
 			$ward_list_store = $ARGS[2]
 			i = 1
 			:loopmisc_outfits
-				if misc_outfits[i] = 1 and misc_outfitsS[i] = cloc and ($clothingworntype ! 'misc_outfits' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'misc_outfits', i)
+				if misc_outfits[i] = 1 and misc_outfits_s[i] = cloc and ($clothingworntype ! 'misc_outfits' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'misc_outfits', i)
 				i += 1
 			if i <= ARRSIZE('misc_outfits'):jump 'loopmisc_outfits'
 
@@ -1073,9 +1073,9 @@ if $ARGS[0] = 'swamp_clothes':
 	if ARGS[1] = 1:
 	!hessian clothing to owned, sets size and equipped.
 		misc_outfits[1] = 1
-		misc_outfitsS[1] = 0
-		misc_outfitsH[1] = 100
-		misc_outfitsB[1] = pcs_hips
+		misc_outfits_s[1] = 0
+		misc_outfits_h[1] = 100
+		misc_outfits_b[1] = pcs_hips
 		swamp_clothes = 1
 		gs 'clothing', 'wear', 'misc_outfits', 1
 	end

+ 1 - 1
locations/shoes.qsrc

@@ -120,7 +120,7 @@ if $ARGS[0] = 'view_shoe_list':
 
 	i = 1
 	:loopsfetish
-		if sfetish[i] = 1 and sfetish_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'fetish', i)
+		if sfetish[i] = 1 and sfetishS[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'fetish', i)
 		i += 1
 	if i <= 27:jump 'loopsfetish'