mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Removed a commented out line (mana is reserved elsewhere).
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user