diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java index 71518e636..036e0c07e 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java @@ -262,6 +262,7 @@ public class MasterThievesArmband extends Artifact { public boolean act() { if (cursed && Dungeon.gold > 0 && Random.Int(5) == 0){ Dungeon.gold--; + updateQuickslot(); } spend(TICK);