Skip to content

Commit

Permalink
Teambuilder: Don't consider Psywave a special attack
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D authored Jan 13, 2017
1 parent f6f38b9 commit 41a90a2
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 @@ -2836,7 +2836,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 === 'superfang' || move.id === 'foulplay' || move.id === 'endeavor' || move.id === 'finalgambit') {
} else if (move.id === 'nightshade' || move.id === 'seismictoss' || move.id === 'psywave' || move.id === 'superfang' || move.id === 'foulplay' || move.id === 'endeavor' || move.id === 'finalgambit') {
moveCount['Offense']++;
} else if (move.id === 'fellstinger') {
moveCount['PhysicalSetup']++;
Expand Down

0 comments on commit 41a90a2

Please sign in to comment.