- Fixed Nivmagus Elemental

This commit is contained in:
swordshine
2013-05-13 01:42:24 +00:00
parent 529ec27359
commit 70a36b5fc7

View File

@@ -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);