mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 12:34:58 -05:00
Don't recommend Attack EVs for Final Gambit
This commit is contained in:
parent
bdb0ba513d
commit
8ce7c3e8a0
|
|
@ -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']++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user