ソースを参照

[fixed] Some poor copy/pasting

KevinSmarts 3 年 前
コミット
6fb71c1e56
1 ファイル変更5 行追加6 行削除
  1. 5 6
      locations/saveupdater.qsrc

+ 5 - 6
locations/saveupdater.qsrc

@@ -980,7 +980,7 @@ if ARRSIZE('cheapH') > 0 or ARRSIZE('averageH') > 0 or ARRSIZE('expensiveH') > 0
 	selltot = 0
 
 	i = 1
-	:cheapmet
+		:cheapmet
 		if cheap[i] = 1 and cheapH[i] > 0:dynamic($batch_sell, 'cheap', i)
 		i += 1
 		if i <= 419:jump 'cheapmet'
@@ -1053,16 +1053,15 @@ if ARRSIZE('cheapH') > 0 or ARRSIZE('averageH') > 0 or ARRSIZE('expensiveH') > 0
 
 		i = 1
 		:beachmet
-			if beachwear[i] = 1 and beachwearH[i] > 0:dynamic($batch_sell, 'beachwear', i)
+			if beach[i] = 1 and beachH[i] > 0:dynamic($batch_sell, 'beach', i)
 			i += 1
-		if i <= 103:jump 'beachwearmet'
+		if i <= 103:jump 'beachmet'
 
 		i = 1
 		:alternativemet
-			if alternativewear[i] = 1 and alternativewearH[i] > 0:dynamic($batch_sell, 'alternativewear', i)
+			if alternative[i] = 1 and alternativeH[i] > 0:dynamic($batch_sell, 'alternativer', i)
 			i += 1
-		if i <= 129:jump 'alternativewearmet'
-	end
+		if i <= 129:jump 'alternativemet'
 
 	killvar 'batch_sell'