diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java index 7f0ebb90f..97638841b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java @@ -92,7 +92,6 @@ public class HornOfPlenty extends Artifact { Statistics.foodEaten++; } charge = 0; - updateQuickslot(); hero.sprite.operate(hero.pos); hero.busy(); @@ -105,6 +104,8 @@ public class HornOfPlenty extends Artifact { Badges.validateFoodEaten(); image = ItemSpriteSheet.ARTIFACT_HORN1; + + updateQuickslot(); } } else if (action.equals(AC_STORE)){