mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 15:19:17 -05:00
parent
c7efee17d6
commit
dcd6b5da71
|
|
@ -379,7 +379,7 @@
|
|||
} else {
|
||||
controls += movebuttons;
|
||||
}
|
||||
if (switchables[pos].canMegaEvo || Tools.getItem(switchables[pos].item).megaStone && !switchables[pos].volatiles.formechange) {
|
||||
if (switchables[pos].canMegaEvo) {
|
||||
controls += '<br /><label><input type="checkbox" name="megaevo" /> Mega evolution</label>'
|
||||
}
|
||||
controls += '<div style="clear:left"></div>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user