mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
* Colfenor'S Urn - Fixed rule text.
This commit is contained in:
parent
d20a20fb6a
commit
bf1da82567
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public final class ColfenorsUrn extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{3}");
|
||||
|
||||
// Whenever a creature with toughness 4 or greater is put into your graveyard from the battlefield, you may exile it.
|
||||
this.addAbility(new PutIntoGraveFromBattlefieldAllTriggeredAbility(new ExileTargetForSourceEffect(), true, filter, true, true));
|
||||
this.addAbility(new PutIntoGraveFromBattlefieldAllTriggeredAbility(
|
||||
new ExileTargetForSourceEffect().setText("exile it"), true, filter, true, true));
|
||||
|
||||
// At the beginning of the end step, if three or more cards have been exiled with Colfenor's Urn, sacrifice it. If you do, return those cards to the battlefield under their owner's control.
|
||||
this.addAbility(new BeginningOfEndStepTriggeredAbility(Zone.BATTLEFIELD, new ColfenorsUrnEffect(), TargetController.ANY, new ColfenorsUrnCondition(), false));
|
||||
|
|
Loading…
Reference in a new issue