v0.3.4: fixed another no-text-found
This commit is contained in:
parent
5b8d10fd5a
commit
f3616d4648
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user