mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Update megaevo typing in tooltip
This commit is contained in:
parent
e031c094e5
commit
6ad48bb32f
|
|
@ -4996,6 +4996,7 @@ function Battle(frame, logFrame, noPreload) {
|
|||
|
||||
poke.species = newSpecies;
|
||||
poke.ability = poke.baseAbility = (template.abilities ? template.abilities['0'] : '');
|
||||
poke.types = template.types && template.types.slice(0);
|
||||
|
||||
poke.details = args[2];
|
||||
poke.searchid = args[1].substr(0, 2) + args[1].substr(3) + '|' + args[2];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user