- Removed a commented out line (mana is reserved elsewhere).

This commit is contained in:
Agetian
2018-12-11 21:06:59 +03:00
parent 45abd2f3c9
commit 2b4838a15f

View File

@@ -246,7 +246,6 @@ public class ComputerUtilAbility {
SpellAbility combinedAb = ab.copyWithDefinedCost(new Cost(total, false));
// can we pay both costs?
if (ComputerUtilMana.canPayManaCost(combinedAb, ai, 0)) {
//aic.reserveManaSourcesTillNextPriority(ab); // reserve mana for the second spell
return Pair.of(ab, Integer.parseInt(dmgDef));
}
}