Browse Source

[fixed] Some old clothing variable checks up dated

KevinSmarts 3 years ago
parent
commit
601aaaddb5
3 changed files with 3 additions and 3 deletions
  1. 1 1
      locations/gadforest.qsrc
  2. 1 1
      locations/gdkin.qsrc
  3. 1 1
      locations/wardrobe.qsrc

+ 1 - 1
locations/gadforest.qsrc

@@ -679,7 +679,7 @@ if $ARGS[0] = 'dressing':
 			end
 		elseif $clothingworntype ! 'nude':
 			! hessian sack from hunters is not allowed to leave the woods it is only supposed to be a temporary item
-			if $clothingworntype = 'cheap' and clothingwornnumber = 414:
+			if $clothingworntype = 'misc_oufits' and clothingwornnumber = 1:
 				act 'Wear your abandoned clothing (0:05)':
 					*clr & cla
 					menu_off = 1

+ 1 - 1
locations/gdkin.qsrc

@@ -176,7 +176,7 @@ if $ARGS[0] = '':
 
 				if pcs_hairbsh = 1:verodance += 1
 				if PCloSkirt > 2 or PCloPants > 4:verodance += 1
-				if $clothingworntype = 'expensive':verodance += 2
+				if $clothingworntype = 'fashionista':verodance += 2
 				if pcs_makeup = 2:verodance += 1
 				if pcs_makeup = 3:verodance += 2
 				if pcs_makeup = 4:verodance += 3

+ 1 - 1
locations/wardrobe.qsrc

@@ -11,7 +11,7 @@ if $ARGS[0] = 'start':
 	if CloBra = 1: gs 'bras', 'remove'
 	if CloPanties = 1: gs 'panties','remove'
 	if $sports_clothing_name = '':$sports_clothing_name = 'default sports outfit'
-	if $clothingworntype = 'cheap' and clothingwornnumber = '414':
+	if $clothingworntype = 'misc_outfits' and clothingwornnumber = '1':
 		gs 'clothing', 'swamp_clothes', 0
 		gs 'clothing', 'strip'
 	end