v1.2.0: fixed well of awareness not updating inventory/quickslots

This commit is contained in:
Evan Debenham
2022-02-11 15:18:56 -05:00
parent a1a5ff3de8
commit e4635f016c
@@ -306,6 +306,7 @@ public class Belongings implements Iterable<Item> {
item.cursedKnown = true; item.cursedKnown = true;
} }
} }
Item.updateQuickslot();
} }
public void uncurseEquipped() { public void uncurseEquipped() {