mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Fix some pokémon HAs being deleted in recent gens by Gen 3 scripts
This commit is contained in:
parent
a2e4a5d1e6
commit
1d003cbaec
|
|
@ -1,14 +1,17 @@
|
|||
exports.BattlePokedex = {
|
||||
chansey: {
|
||||
inherit: true,
|
||||
abilities: {0:"Natural Cure",1:"Serene Grace"},
|
||||
prevo: ''
|
||||
},
|
||||
mrmime: {
|
||||
inherit: true,
|
||||
abilities: {0:"Swarm",1:"Technician"},
|
||||
prevo: ''
|
||||
},
|
||||
snorlax: {
|
||||
inherit: true,
|
||||
abilities: {0:"Immunity",1:"Thick Fat"},
|
||||
prevo: ''
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user