Giant Frog Legs now consumable and heal 6 HP
This commit is contained in:
@@ -56,6 +56,7 @@ public enum Consumables {
|
|||||||
KARAMBWANJI(new Food(new int[] {3151}, new HealingEffect(3))),
|
KARAMBWANJI(new Food(new int[] {3151}, new HealingEffect(3))),
|
||||||
STUFFED_SNAKE(new Food(new int[] {7579}, new HealingEffect(20), "You eat the stuffed snake-it's quite a meal! It tastes like chicken.")),
|
STUFFED_SNAKE(new Food(new int[] {7579}, new HealingEffect(20), "You eat the stuffed snake-it's quite a meal! It tastes like chicken.")),
|
||||||
CRAYFISH(new Food(new int[] {13433}, new HealingEffect(2))),
|
CRAYFISH(new Food(new int[] {13433}, new HealingEffect(2))),
|
||||||
|
GIANT_FROG_LEGS(new Food(new int [] {4517}, new HealingEffect(6))),
|
||||||
|
|
||||||
/** Breads */
|
/** Breads */
|
||||||
BREAD(new Food(new int[] {2309}, new HealingEffect(5))),
|
BREAD(new Food(new int[] {2309}, new HealingEffect(5))),
|
||||||
|
|||||||
Reference in New Issue
Block a user