v1.4.0: fixed inventory/quickslots not always updating on seal detach
This commit is contained in:
@@ -198,6 +198,7 @@ public class Armor extends EquipableItem {
|
||||
if (!detaching.collect()){
|
||||
Dungeon.level.drop(detaching, hero.pos);
|
||||
}
|
||||
updateQuickslot();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user