itemstats: Add new Gauntlet food

This commit is contained in:
Vetricci
2021-07-26 17:32:04 -05:00
parent c1ad57b785
commit 0f4b921124

View File

@@ -212,6 +212,7 @@ public class ItemStatChanges
add(combo(boost(ATTACK, 2), boost(STRENGTH, 1), heal(DEFENCE, -1)), JANGERBERRIES);
// Gauntlet items
add(heal(HITPOINTS, 16), CRYSTAL_PADDLEFISH);
add(heal(HITPOINTS, 20), PADDLEFISH);
add(new GauntletPotion(), EGNIOL_POTION_1, EGNIOL_POTION_2, EGNIOL_POTION_3, EGNIOL_POTION_4);