Remove Berry

Berry is exactly the same as Oran Berry
This commit is contained in:
Relados 2014-02-26 06:59:08 -06:00
parent eaa574e3ca
commit 6738aa92ae

View File

@ -6,20 +6,6 @@ exports.BattleItems = {
gen: 2,
desc: "Doubles the amount of money received in trainer battles."
},
berry: {
id: "berry",
name: "Berry",
isBerry: true,
onUpdate: function(pokemon) {
if (pokemon.hp <= pokemon.maxhp/2) pokemon.eatItem();
},
onEat: function(pokemon) {
this.heal(10);
},
num: -2,
gen: 2,
desc: "Restores 10 HP when the holder of this item is at 50% HP or less. One-time use."
},
berserkgene: {
id: "berserkgene",
name: "Berserk Gene",