Skip to content

Commit

Permalink
Teambuilder: Don't recommend Attack for Super Fang
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Jun 8, 2015
1 parent ebf4f58 commit 99bc141
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 @@ -1538,7 +1538,7 @@
}
} else if (move.id === 'counter' || move.id === 'endeavor' || move.id === 'metalburst' || move.id === 'mirrorcoat' || move.id === 'rapidspin') {
moveCount['Support']++;
} else if (move.id === 'nightshade' || move.id === 'seismictoss' || move.id === 'foulplay' || move.id === 'finalgambit') {
} else if (move.id === 'nightshade' || move.id === 'seismictoss' || move.id === 'superfang' || move.id === 'foulplay' || move.id === 'finalgambit') {
moveCount['Offense']++;
} else if (move.id === 'fellstinger') {
moveCount['PhysicalSetup']++;
Expand Down

0 comments on commit 99bc141

Please sign in to comment.