tooltip fixes

This commit is contained in:
magenoxx 2012-05-20 14:26:04 +04:00
parent 18a05231a8
commit 595310194c
4 changed files with 9 additions and 2 deletions

View file

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