Browse Source

fix doubled label

rachels 3 years ago
parent
commit
c16c8f2afa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/budgetclothes.qsrc

+ 2 - 2
locations/budgetclothes.qsrc

@@ -174,7 +174,7 @@ if $ARGS[0] = 'dresses':
 	end
 
 	clothingfilter['qualitycheck'] = 7
-	:loopquality
+	:loopquality1
 
 		if Clothingstock - 16 > 0:
 			i = 1
@@ -196,7 +196,7 @@ if $ARGS[0] = 'dresses':
 			end
 			i += 3
 		if i <= 150:jump 'loopgm_dress'
-	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
+	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality1'
 end
 
 if $ARGS[0] = 'gm_dress':