mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[LCI] Implement Waterwind Scout
This commit is contained in:
parent
8d510e8978
commit
993cc44f69
3 changed files with 45 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public final class MapToken extends TokenImpl {
|
|||
new GenericManaCost(1)
|
||||
);
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addCost(new SacrificeSourceCost());
|
||||
ability.addCost(new SacrificeSourceCost().setText("sacrifice this artifact"));
|
||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue