forked from External/mage
fix Sandman, Shifting Scoundrel
This commit is contained in:
parent
d2559333e8
commit
39a8945589
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public final class SandmanShiftingScoundrel extends CardImpl {
|
|||
this.addAbility(new DauntAbility());
|
||||
|
||||
// {3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.
|
||||
Ability ability = new SimpleActivatedAbility(
|
||||
Ability ability = new SimpleActivatedAbility(Zone.GRAVEYARD,
|
||||
new ReturnSourceFromGraveyardToBattlefieldEffect(true)
|
||||
.setText("return this card"),
|
||||
new ManaCostsImpl<>("{3}{G}{G}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue