Fix for AUX reserve cost error.

This commit is contained in:
Villain1nGlasses
2025-02-19 16:45:01 -07:00
parent f625e39048
commit a627eb0618
+1 -1
View File
@@ -18183,7 +18183,7 @@
const endCost = 1;
const recCost = 2;
let reserveCP = heroRoundLow( (endCost * Math.ceil(endValue/4) + recCost * Math.ceil(recValue/3))/(1+limValue) );
let reserveCP = heroRoundLow( (endCost * Math.ceil(endValue/4) + recCost * Math.floor(recValue/3))/(1+limValue) );
// Update cost
setAttrs({