v0.3.4: fixed another no-text-found

This commit is contained in:
Evan Debenham 2016-02-08 23:39:35 -05:00 committed by Evan Debenham
parent 5b8d10fd5a
commit f3616d4648

View File

@ -145,7 +145,7 @@ public class Thief extends Mob {
if (item != null && !item.unique && item.level() < 1 ) {
GLog.w( Messages.get(this, "stole", item.name()) );
GLog.w( Messages.get(Thief.class, "stole", item.name()) );
Dungeon.quickslot.clearItem( item );
item.updateQuickslot();