mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +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));
|
SpellAbility combinedAb = ab.copyWithDefinedCost(new Cost(total, false));
|
||||||
// can we pay both costs?
|
// can we pay both costs?
|
||||||
if (ComputerUtilMana.canPayManaCost(combinedAb, ai, 0)) {
|
if (ComputerUtilMana.canPayManaCost(combinedAb, ai, 0)) {
|
||||||
//aic.reserveManaSourcesTillNextPriority(ab); // reserve mana for the second spell
|
|
||||||
return Pair.of(ab, Integer.parseInt(dmgDef));
|
return Pair.of(ab, Integer.parseInt(dmgDef));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user