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

This commit is contained in:
Evan Debenham 2015-02-19 16:26:03 -05:00
parent 5e9cdf87d5
commit 29755158c0

View File

@ -92,6 +92,7 @@ public class HornOfPlenty extends Artifact {
Statistics.foodEaten++;
}
charge = 0;
updateQuickslot();
hero.sprite.operate(hero.pos);
hero.busy();