v3.0.0: fixed rare quickslot errors after upgrading durable projectiles

This commit is contained in:
Evan Debenham
2025-02-18 15:58:51 -05:00
parent d8e585a86c
commit 9f3a31a21a

View File

@@ -526,7 +526,8 @@ public enum Talent {
Dungeon.observe();
}
if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER || talent == STRONGMAN){
if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER
|| talent == STRONGMAN || talent == DURABLE_PROJECTILES){
Item.updateQuickslot();
}