v0.2.4d: further fixed issues with quickslot and dropping bags

This commit is contained in:
Evan Debenham
2015-03-21 20:56:53 -04:00
parent 6720d530f4
commit 5d837c3297
2 changed files with 3 additions and 0 deletions
@@ -85,6 +85,7 @@ public class Bag extends Item implements Iterable<Item> {
this.owner = null;
for (Item item : items)
Dungeon.quickslot.clearItem(item);
updateQuickslot();
}
@Override