diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index 79caadaac..a56709024 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -459,7 +459,7 @@ public enum Talent { Dungeon.observe(); } - if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER){ + if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER || talent == STRONGMAN){ Item.updateQuickslot(); }