diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java index b87667cd8..beae2b18d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java @@ -142,6 +142,11 @@ public class ItemSlot extends Button { } public void item( Item item ) { + if (bottomRightIcon != null){ + remove(bottomRightIcon); + bottomRightIcon = null; + } + if (item == null) { active = false;