shawenguan 1 yıl önce
ebeveyn
işleme
300fefa6ce
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1262,7 +1262,7 @@ function getExpertsFixCost(planDetail) {
 			}
 		}
 		if (continuousWrongCount > 0 && wrongCostTurn + latestItem.rank < 9) {
-			turnOneCost = turnOneCost + continuousWrongCount * Math.pow(2, 2 + continuousWrongCount);
+			turnOneCost = continuousWrongCount * turnOneCost + continuousWrongCount * Math.pow(2, 2 + continuousWrongCount);
 		}
 		let continuousRightCount = 0;
 		let rightCostTurn = 0;