diff --git a/mods/gennext/moves.js b/mods/gennext/moves.js index 04bfc041d5..f6c3d4bfdf 100644 --- a/mods/gennext/moves.js +++ b/mods/gennext/moves.js @@ -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,