From 794adb8e7a752d3bb32f5c4d7a09f02a94d9cb00 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 20 Feb 2015 15:08:23 -0500 Subject: [PATCH] v0.2.4: corrected horn of plenty quickslot logic.. again.. again... --- .../shatteredpixeldungeon/items/artifacts/HornOfPlenty.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)){