diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java index 0ba060939..7f0ebb90f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java @@ -92,6 +92,7 @@ public class HornOfPlenty extends Artifact { Statistics.foodEaten++; } charge = 0; + updateQuickslot(); hero.sprite.operate(hero.pos); hero.busy();