mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-15 05:03:39 -05:00
Mail does not exist in Sw/Sh
It doesn't work either if you try to hack it.
This commit is contained in:
parent
07ae9d0ea2
commit
5cf40b239d
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -362,6 +362,10 @@ let BattleItems = {
|
|||
}
|
||||
},
|
||||
},
|
||||
mail: {
|
||||
inherit: true,
|
||||
isNonstandard: null,
|
||||
},
|
||||
manectite: {
|
||||
inherit: true,
|
||||
isNonstandard: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user