v0.3.4: fixed some text issues

This commit is contained in:
Evan Debenham
2016-01-13 23:41:33 -05:00
committed by Evan Debenham
parent de99b6110f
commit 82da647534
3 changed files with 8 additions and 8 deletions
@@ -181,7 +181,7 @@ public class Thief extends Mob {
protected void nowhereToRun() {
if (buff( Terror.class ) == null && buff( Corruption.class ) == null) {
if (enemySeen) {
sprite.showStatus(CharSprite.NEGATIVE, Messages.get(this, "rage"));
sprite.showStatus(CharSprite.NEGATIVE, Messages.get(Mob.class, "rage"));
state = HUNTING;
} else {