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:
Kris Johnson 2015-04-17 03:15:21 -06:00
parent 09efc8ecdd
commit 7d81d7623a

View File

@ -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'
},