shawenguan hace 1 año
padre
commit
1812087a41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1097,7 +1097,7 @@ function getExpertsFixCost(planDetail) {
 			}
 		}
 		if (continuousWrongCount > 0) {
-			turnOneCost = turnOneCost * (1 + Math.pow(2, continuousWrongCount));
+			turnOneCost = turnOneCost * (1 + Math.pow(2, continuousWrongCount * 3 - 1));
 		}
 		let continuousRightCount = 0;
 		let rightCostTurn = 0;