mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[AFC] added missing hint to revivify
This commit is contained in:
parent
4fb63ab950
commit
6a5112959f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ public final class Revivify extends CardImpl {
|
||||||
);
|
);
|
||||||
this.getSpellAbility().addEffect(effect);
|
this.getSpellAbility().addEffect(effect);
|
||||||
this.getSpellAbility().addWatcher(new CardsPutIntoGraveyardWatcher());
|
this.getSpellAbility().addWatcher(new CardsPutIntoGraveyardWatcher());
|
||||||
|
this.getSpellAbility().addHint(hint);
|
||||||
|
|
||||||
// 1-14 | Return all creature cards in your graveyard that were put there from the battlefield this turn to your hand.
|
// 1-14 | Return all creature cards in your graveyard that were put there from the battlefield this turn to your hand.
|
||||||
effect.addTableEntry(1, 14, new RevivifyEffect(true));
|
effect.addTableEntry(1, 14, new RevivifyEffect(true));
|
||||||
|
|
Loading…
Reference in a new issue