From 29755158c0f80f0f0ec6d95d9241980a1fc1ec53 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 19 Feb 2015 16:26:03 -0500 Subject: [PATCH] v0.2.4: corrected horn of plenty quickslot logic (again) --- .../shatteredpixeldungeon/items/artifacts/HornOfPlenty.java | 1 + 1 file changed, 1 insertion(+) 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();