shawenguan hai 1 ano
pai
achega
300fefa6ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;