v2.4.0: fixed strongman not updating item displays when upgraded

This commit is contained in:
Evan Debenham
2024-04-28 13:22:06 -04:00
committed by Evan Debenham
parent 23eede6133
commit 811a3b5050

View File

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