v0.3.1: added various quickslot updates in needed places.
This commit is contained in:
committed by
Evan Debenham
parent
75e49e7a3c
commit
72ed50545d
@@ -102,6 +102,7 @@ public abstract class EquipableItem extends Item {
|
||||
if (collect && !collect( hero.belongings.backpack )) {
|
||||
onDetach();
|
||||
Dungeon.quickslot.clearItem(this);
|
||||
updateQuickslot();
|
||||
Dungeon.level.drop( this, hero.pos );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user