mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed Nivmagus Elemental
This commit is contained in:
@@ -365,15 +365,13 @@ public class CostExile extends CostPartWithList {
|
||||
final SpellAbility toExile = saList.get(descList.indexOf(o));
|
||||
final Card c = toExile.getSourceCard();
|
||||
|
||||
|
||||
saList.remove(toExile);
|
||||
descList.remove(o);
|
||||
|
||||
if (!c.isCopiedSpell()) {
|
||||
executePayment(sa, c);
|
||||
} else
|
||||
} else {
|
||||
addToList(c);
|
||||
|
||||
if (i == (nNeeded - 1)) {
|
||||
return true;
|
||||
}
|
||||
final SpellAbilityStackInstance si = stack.getInstanceFromSpellAbility(toExile);
|
||||
stack.remove(si);
|
||||
|
||||
Reference in New Issue
Block a user