v0.2.4: corrected horn of plenty quickslot logic.. again.. again...

This commit is contained in:
Evan Debenham 2015-02-20 15:08:23 -05:00
parent 4cb2ca666c
commit 794adb8e7a

View File

@ -92,7 +92,6 @@ public class HornOfPlenty extends Artifact {
Statistics.foodEaten++; Statistics.foodEaten++;
} }
charge = 0; charge = 0;
updateQuickslot();
hero.sprite.operate(hero.pos); hero.sprite.operate(hero.pos);
hero.busy(); hero.busy();
@ -105,6 +104,8 @@ public class HornOfPlenty extends Artifact {
Badges.validateFoodEaten(); Badges.validateFoodEaten();
image = ItemSpriteSheet.ARTIFACT_HORN1; image = ItemSpriteSheet.ARTIFACT_HORN1;
updateQuickslot();
} }
} else if (action.equals(AC_STORE)){ } else if (action.equals(AC_STORE)){