mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
This commit is contained in:
parent
25cd45c8b8
commit
49442b7caf
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public final class SlimefootAndSquee extends CardImpl {
|
||||||
ability.addCost(new SacrificeTargetCost(filter));
|
ability.addCost(new SacrificeTargetCost(filter));
|
||||||
ability.addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect()
|
ability.addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect()
|
||||||
.setText("and up to one other target creature card from your graveyard to the battlefield"));
|
.setText("and up to one other target creature card from your graveyard to the battlefield"));
|
||||||
ability.addTarget(new TargetCardInYourGraveyard(filter2));
|
ability.addTarget(new TargetCardInYourGraveyard(0, 1, filter2));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue