diff --git a/Mage.Sets/src/mage/sets/betrayersofkamigawa/PetalmaneBaku.java b/Mage.Sets/src/mage/sets/betrayersofkamigawa/PetalmaneBaku.java index 0e0eca1d7e4..d31abe9b9c1 100644 --- a/Mage.Sets/src/mage/sets/betrayersofkamigawa/PetalmaneBaku.java +++ b/Mage.Sets/src/mage/sets/betrayersofkamigawa/PetalmaneBaku.java @@ -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); }