mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
* Unearth - Fixed the not working replacement effect of unearth that exiles the creature if neccessary.
This commit is contained in:
parent
c71b3ea7e8
commit
7ca6c87fe5
3 changed files with 89 additions and 4 deletions
|
|
@ -63,7 +63,7 @@ public class HellsparkElemental extends CardImpl {
|
|||
// At the beginning of the end step, sacrifice Hellspark Elemental.
|
||||
this.addAbility(new OnEventTriggeredAbility(EventType.END_TURN_STEP_PRE, "beginning of the end step", true, new SacrificeSourceEffect()));
|
||||
|
||||
// Unearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)
|
||||
// Unearth {1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)
|
||||
this.addAbility(new UnearthAbility(new ManaCostsImpl("{1}{R}")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue