v2.2.0: upgrading desperate power now refreshes quickslots

This commit is contained in:
Evan Debenham
2023-09-13 11:21:14 -04:00
parent 59fadf083c
commit 3c92d61b2d
@@ -442,7 +442,7 @@ public enum Talent {
Dungeon.observe(); Dungeon.observe();
} }
if (talent == SECONDARY_CHARGE || talent == TWIN_UPGRADES){ if (talent == SECONDARY_CHARGE || talent == TWIN_UPGRADES || talent == DESPERATE_POWER){
Item.updateQuickslot(); Item.updateQuickslot();
} }