mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[DFT] Implement Deathless Pilot
This commit is contained in:
parent
fedd3ebf70
commit
3f3dfa83f1
3 changed files with 48 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.MageObject;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.cards.Card;
|
||||
|
|
@ -16,7 +15,7 @@ public class ReturnSourceFromGraveyardToHandEffect extends OneShotEffect {
|
|||
|
||||
public ReturnSourceFromGraveyardToHandEffect() {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
staticText = "return {this} from your graveyard to your hand";
|
||||
staticText = "return this card from your graveyard to your hand";
|
||||
}
|
||||
|
||||
protected ReturnSourceFromGraveyardToHandEffect(final ReturnSourceFromGraveyardToHandEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue