mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +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 SpellAbility toExile = saList.get(descList.indexOf(o));
|
||||||
final Card c = toExile.getSourceCard();
|
final Card c = toExile.getSourceCard();
|
||||||
|
|
||||||
|
|
||||||
saList.remove(toExile);
|
saList.remove(toExile);
|
||||||
|
descList.remove(o);
|
||||||
|
|
||||||
if (!c.isCopiedSpell()) {
|
if (!c.isCopiedSpell()) {
|
||||||
executePayment(sa, c);
|
executePayment(sa, c);
|
||||||
} else
|
} else {
|
||||||
addToList(c);
|
addToList(c);
|
||||||
|
|
||||||
if (i == (nNeeded - 1)) {
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
final SpellAbilityStackInstance si = stack.getInstanceFromSpellAbility(toExile);
|
final SpellAbilityStackInstance si = stack.getInstanceFromSpellAbility(toExile);
|
||||||
stack.remove(si);
|
stack.remove(si);
|
||||||
|
|||||||
Reference in New Issue
Block a user