mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
* Petalmane Baku - Fixed wrong CounterType (caused by copy & paste).
This commit is contained in:
parent
0a3e4d534f
commit
0c9e67377f
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public class PetalmaneBaku extends CardImpl {
|
|||
new ManaCostsImpl<>("{1}"),
|
||||
"Add X mana of any one color to your mana pool",
|
||||
true, new CountersCount(CounterType.KI));
|
||||
ability.addCost(new RemoveVariableCountersSourceCost(CounterType.STORAGE.createInstance(),
|
||||
ability.addCost(new RemoveVariableCountersSourceCost(CounterType.KI.createInstance(),
|
||||
"Remove X ki counters from {this}"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue