Skip to content

Commit

Permalink
Z moves should deselect when changing pokemon
Browse files Browse the repository at this point in the history
so you don't accidentally calc a Z move on the next pokemon and think you cleanly ohko lol
  • Loading branch information
cantsay authored Jun 25, 2017
1 parent 41bfa4f commit 4b9cfad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script_res/ap_calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ $(".move-selector").change(function() {
} else {
moveGroupObj.children(".move-hits").hide();
}
moveGroupObj.children(".move-z").prop("checked", false);
});

// auto-update set details on select
Expand Down

0 comments on commit 4b9cfad

Please sign in to comment.