mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
tooltip fixes
This commit is contained in:
parent
18a05231a8
commit
595310194c
4 changed files with 9 additions and 2 deletions
|
|
@ -72,4 +72,9 @@ class SomberwaldSageManaBuilder extends ConditionalManaBuilder {
|
|||
public ConditionalMana build(Object... options) {
|
||||
return new CreatureCastConditionalMana(this.mana);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Spend this mana only to cast creature spells";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue