Mail does not exist in Sw/Sh

It doesn't work either if you try to hack it.
This commit is contained in:
The Immortal 2020-02-17 16:38:20 +04:00
parent 07ae9d0ea2
commit 5cf40b239d
2 changed files with 5 additions and 1 deletions

View File

@ -3569,9 +3569,9 @@ let BattleItems = {
if (!this.activeMove) return false;
if (this.activeMove.id !== 'knockoff' && this.activeMove.id !== 'thief' && this.activeMove.id !== 'covet') return false;
},
isUnreleased: true,
num: 0,
gen: 2,
isNonstandard: "Past",
desc: "Cannot be given to or taken from a Pokemon, except by Covet/Knock Off/Thief.",
},
"manectite": {

View File

@ -362,6 +362,10 @@ let BattleItems = {
}
},
},
mail: {
inherit: true,
isNonstandard: null,
},
manectite: {
inherit: true,
isNonstandard: null,