diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java index fca0bc506..c4d76175d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java @@ -203,7 +203,7 @@ public class Thief extends Mob { } - if (item != null) GLog.n( Messages.get(this, "escapes", item.name())); + if (item != null) GLog.n( Messages.get(Thief.class, "escapes", item.name())); item = null; state = WANDERING; }