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 9b55a6e68..1b9919059 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 @@ -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(); }