forked from External/mage
Merge pull request #1527 from spjspj/master
DL Silumgar flickered with Brago wasn't giving up control of PWs
This commit is contained in:
commit
2afcb01442
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ public class BragoKingEternal extends CardImpl {
|
|||
// When Brago, King Eternal deals combat damage to a player, exile any number of target nonland permanents you control, then return those cards to the battlefield under their owner's control.
|
||||
Effect effect = new ExileTargetEffect(this.getId(), this.getName(), Zone.BATTLEFIELD);
|
||||
effect.setText("exile any number of target nonland permanents you control");
|
||||
effect.setApplyEffectsAfter();
|
||||
Ability ability = new DealsCombatDamageToAPlayerTriggeredAbility(effect, false);
|
||||
FilterControlledPermanent filterControlledNonlandPermanent = new FilterControlledPermanent();
|
||||
filterControlledNonlandPermanent.add(Predicates.not(new CardTypePredicate(CardType.LAND)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue