mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Remove some obsolete stuff (#2685)
* Remove obsolete code * Fix uncounterable being invisible * Fix CantHappen requiring choice
This commit is contained in:
@@ -590,7 +590,7 @@ public class ComputerUtilMana {
|
||||
final Mana mana = CostPayment.getMana(ai, part, sa, cost.getSourceRestriction(), (byte) -1, cost.getXManaCostPaidByColor());
|
||||
if (mana != null) {
|
||||
if (ai.getManaPool().tryPayCostWithMana(sa, cost, mana, false)) {
|
||||
manaSpentToPay.add(0, mana);
|
||||
manaSpentToPay.add(mana);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user