Revert "Readd previous condition"

This reverts commit 5268d6b9be.
This commit is contained in:
V4Victini 2014-01-11 23:22:42 -05:00
parent c7efee17d6
commit dcd6b5da71

View File

@ -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>';