mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Super Staff Bros.: Remove a move from %QuoteCS
Removed Dragon Ascent so QuoteCS's signature move could allow him to keep the SpD boost.
This commit is contained in:
parent
09efc8ecdd
commit
7d81d7623a
|
|
@ -3725,7 +3725,7 @@ exports.BattleScripts = {
|
|||
},
|
||||
'%QuoteCS': {
|
||||
species: 'Skarmory', ability: 'Adaptability', item: 'Life Orb', gender: 'M',
|
||||
moves: ['meteormash', ['bravebird', 'dragonascent'][this.random(2)], 'roost'],
|
||||
moves: ['meteormash', 'bravebird', 'roost'],
|
||||
baseSignatureMove: 'spikes', signatureMove: "Diversify",
|
||||
evs: {hp:248, atk:252, spe:8}, nature: 'Adamant'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user