mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix Hermetic Herbalist
This commit is contained in:
parent
589a02ae85
commit
3dfc836f14
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public final class HermiticHerbalist extends CardImpl {
|
||||||
|
|
||||||
// {T}: Add two mana in any combination of colors. Spend this mana only to cast Lesson spells.
|
// {T}: Add two mana in any combination of colors. Spend this mana only to cast Lesson spells.
|
||||||
this.addAbility(new ConditionalAnyColorManaAbility(
|
this.addAbility(new ConditionalAnyColorManaAbility(
|
||||||
new TapSourceCost(), 1, new ConditionalSpellManaBuilder(filter), false
|
new TapSourceCost(), 2, new ConditionalSpellManaBuilder(filter), false
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue