* Petalmane Baku - Fixed wrong CounterType (caused by copy & paste).

This commit is contained in:
LevelX2 2015-08-05 11:47:09 +02:00
parent 0a3e4d534f
commit 0c9e67377f

View file

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