diff --git a/forge-ai/src/main/java/forge/ai/ComputerUtilAbility.java b/forge-ai/src/main/java/forge/ai/ComputerUtilAbility.java index 057dc96252a..69a58434b2f 100644 --- a/forge-ai/src/main/java/forge/ai/ComputerUtilAbility.java +++ b/forge-ai/src/main/java/forge/ai/ComputerUtilAbility.java @@ -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)); } }