Skip to content

Commit

Permalink
Revert "Readd previous condition"
Browse files Browse the repository at this point in the history
This reverts commit 5268d6b.
  • Loading branch information
V4Victini committed Jan 12, 2014
1 parent c7efee1 commit dcd6b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
Expand Down

0 comments on commit dcd6b5d

Please sign in to comment.