v0.2.4: corrected horn of plenty quickslot logic.. again.. again...
This commit is contained in:
parent
4cb2ca666c
commit
794adb8e7a
|
@ -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)){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user