mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Fix comma typo
This commit is contained in:
parent
8728321d5f
commit
84e9f0aeac
|
|
@ -974,7 +974,7 @@ exports.BattleMovedex = {
|
|||
var GossamerWingUsers = {"Butterfree":1, "Venomoth":1, "Masquerain":1, "Dustox":1, "Beautifly":1, "Mothim":1, "Lilligant":1, "Volcarona":1, "Vivillon":1};
|
||||
if (user.item === 'stick' && GossamerWingUsers[user.template.species]) {
|
||||
return power * 1.5;
|
||||
},
|
||||
}
|
||||
},
|
||||
secondary: {
|
||||
chance: 30,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user