v1.4.0: fixed inventory/quickslots not always updating on seal detach

This commit is contained in:
Evan Debenham
2022-09-12 17:37:47 -04:00
parent c553a4a422
commit 2ac0f75c2f

View File

@@ -198,6 +198,7 @@ public class Armor extends EquipableItem {
if (!detaching.collect()){
Dungeon.level.drop(detaching, hero.pos);
}
updateQuickslot();
}
}