Skip to content

Commit

Permalink
Don't recommend Attack EVs for Final Gambit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Jun 10, 2014
1 parent bdb0ba5 commit 8ce7c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
}
} else if (move.id === 'rapidspin' || move.id === 'counter' || move.id === 'mirrorcoat' || move.id === 'metalburst') {
moveCount['Support']++;
} else if (move.id === 'nightshade' || move.id === 'seismictoss' || move.id === 'foulplay') {
} else if (move.id === 'nightshade' || move.id === 'seismictoss' || move.id === 'foulplay' || move.id === 'finalgambit') {
moveCount['Offense']++;
} else if (move.id === 'fellstinger') {
moveCount['PhysicalSetup']++;
Expand Down

0 comments on commit 8ce7c3e

Please sign in to comment.