Don't recommend Attack EVs for Final Gambit

This commit is contained in:
The Immortal 2014-06-10 13:33:18 +04:00
parent bdb0ba513d
commit 8ce7c3e8a0

View File

@ -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']++;