mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
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());
|
this.addAbility(new DauntAbility());
|
||||||
|
|
||||||
// {3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.
|
// {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)
|
new ReturnSourceFromGraveyardToBattlefieldEffect(true)
|
||||||
.setText("return this card"),
|
.setText("return this card"),
|
||||||
new ManaCostsImpl<>("{3}{G}{G}")
|
new ManaCostsImpl<>("{3}{G}{G}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue