From 5cf40b239d908a5aec60bd1493a0eebfe0f523cc Mon Sep 17 00:00:00 2001 From: The Immortal Date: Mon, 17 Feb 2020 16:38:20 +0400 Subject: [PATCH] Mail does not exist in Sw/Sh It doesn't work either if you try to hack it. --- data/items.js | 2 +- data/mods/gen7/items.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/items.js b/data/items.js index c5e4a54a38..e9e7a64f2b 100644 --- a/data/items.js +++ b/data/items.js @@ -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": { diff --git a/data/mods/gen7/items.js b/data/mods/gen7/items.js index 0eedb86a50..bfb1ba4852 100755 --- a/data/mods/gen7/items.js +++ b/data/mods/gen7/items.js @@ -362,6 +362,10 @@ let BattleItems = { } }, }, + mail: { + inherit: true, + isNonstandard: null, + }, manectite: { inherit: true, isNonstandard: null,