From 3c92d61b2d2f715211d4d16eefb4ca842cbe451b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 13 Sep 2023 11:21:14 -0400 Subject: [PATCH] v2.2.0: upgrading desperate power now refreshes quickslots --- .../shatteredpixeldungeon/actors/hero/Talent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2cd6fa9f4..43609b53d 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 @@ -442,7 +442,7 @@ public enum Talent { Dungeon.observe(); } - if (talent == SECONDARY_CHARGE || talent == TWIN_UPGRADES){ + if (talent == SECONDARY_CHARGE || talent == TWIN_UPGRADES || talent == DESPERATE_POWER){ Item.updateQuickslot(); }