Browse Source

[fixed] QSP division tricked us fix

Kevin_Smarts 3 years ago
parent
commit
cf98e3855d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      locations/shop_fashionista.qsrc

+ 4 - 1
locations/shop_fashionista.qsrc

@@ -155,6 +155,8 @@ if $ARGS[0] = 'dressingclothes':
 		i = Clothingstock +1
 
 		if Clothingstock - 12 > 0:i -= 12
+		i += 1
+		i = i/2
 
 		:loopfashionista2
 			if fashionista[i] = 0:
@@ -276,7 +278,8 @@ if $ARGS[0] = 'clothes':
 	
 	i = Clothingstock +1
 
-        if Clothingstock - 12 > 0:i -= 12
+	if Clothingstock - 12 > 0:i -= 12
+	i += 1
 	i = i/2
 	
 	:loopfashionista