v0.3.4: cleaned up externalization of hero related stuff, refactored buff messages on hero attach

This commit is contained in:
Evan Debenham
2015-12-28 22:40:30 -05:00
committed by Evan Debenham
parent 77d16d5a93
commit 39702bbb41
15 changed files with 107 additions and 68 deletions
@@ -62,6 +62,11 @@ public class Paralysis extends FlavourBuff {
else target.sprite.remove(CharSprite.State.PARALYSED);
}
@Override
public String heroMessage() {
return Messages.get(this, "heromsg");
}
@Override
public String toString() {
return Messages.get(this, "name");