v0.3.4: fixed some text issues
This commit is contained in:
committed by
Evan Debenham
parent
de99b6110f
commit
82da647534
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user