mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fixed Wishclaw Talisman activation cost (fixes #5991)
This commit is contained in:
parent
3e7c896e77
commit
3f125dcca7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class WishclawTalisman extends CardImpl {
|
|||
Zone.BATTLEFIELD, new WishclawTalismanEffect(), new GenericManaCost(1), MyTurnCondition.instance
|
||||
);
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addCost(new RemoveCountersSourceCost(CounterType.WISH.createInstance(3)));
|
||||
ability.addCost(new RemoveCountersSourceCost(CounterType.WISH.createInstance()));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue