[LCI] Implement Waterwind Scout

This commit is contained in:
theelk801 2023-10-24 20:39:08 -04:00
parent 8d510e8978
commit 993cc44f69
3 changed files with 45 additions and 1 deletions

View file

@ -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);
}