Browse Source

[changed] Increased ranges for outfits in these shops

Kevin_Smarts 2 years ago
parent
commit
36f9501b8f

+ 1 - 2
locations/budgetclothes.qsrc

@@ -133,8 +133,7 @@ if $ARGS[0] = 'clothes':
 			end
 			i += 3
 
-			if i = 414:i = 415
-		if i <= 150:jump 'loopgm_outfits'
+		if i <= 200:jump 'loopgm_outfits'
 
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:

+ 1 - 1
locations/shop_coco_carmen.qsrc

@@ -119,7 +119,7 @@ if $ARGS[0] = 'outfits':
 				end
 			end
 			i += 2
-		if i <= 100:jump 'loopcoco_outfits'
+		if i <= 160:jump 'loopcoco_outfits'
 
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:

+ 1 - 1
locations/shop_flamingos.qsrc

@@ -119,7 +119,7 @@ if $ARGS[0] = 'clothes':
 				end
 			end
 			i += 2
-		if i <= 50:jump 'loopflamingos'
+		if i <= 160:jump 'loopflamingos'
 
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:

+ 1 - 1
locations/shop_pussycats.qsrc

@@ -1129,7 +1129,7 @@ if $ARGS[0] = 'clothes':
 				end
 			end
 			i += 3
-		if i <= 100:jump 'loopcats_outfits'
+		if i <= 200:jump 'loopcats_outfits'
 
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7: