v0.3.4: fixed a display bug for stealing
This commit is contained in:
parent
dbc0a10e08
commit
dc70009ae6
|
@ -146,7 +146,7 @@ public class WndTradeItem extends Window {
|
||||||
if(thievery.steal(price)){
|
if(thievery.steal(price)){
|
||||||
Hero hero = Dungeon.hero;
|
Hero hero = Dungeon.hero;
|
||||||
Item item = heap.pickUp();
|
Item item = heap.pickUp();
|
||||||
GLog.i( Messages.get(this, "stole", item.name()) );
|
GLog.i( Messages.get(WndTradeItem.class, "stole", item.name()) );
|
||||||
hide();
|
hide();
|
||||||
|
|
||||||
if (!item.doPickUp( hero )) {
|
if (!item.doPickUp( hero )) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user