Browse Source

fix some jumps label names

rachels 3 years ago
parent
commit
8963795568
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/shop_coco_carmen.qsrc
  2. 1 1
      locations/shop_dolls.qsrc

+ 1 - 1
locations/shop_coco_carmen.qsrc

@@ -88,7 +88,7 @@ if $ARGS[0] = 'outfits':
 	act 'Return': minut += 1 & gt 'shop_coco_carmen', 'start'
 
 	clothingfilter['qualitycheck'] = 7
-	:loopquality
+	:loopquality_outfits
 		if Clothingstock > 11:
 			i = 1
 		else

+ 1 - 1
locations/shop_dolls.qsrc

@@ -104,7 +104,7 @@ if $ARGS[0] = 'dress':
 			end
 			i += 3
 		if i <= 110:jump 'loopdolls_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 'loopquality_dress'
 end
 
 if $ARGS[0] = 'dolls_dress':