From 84e9f0aeace244db7403bc9fcd3ebff4d78205dd Mon Sep 17 00:00:00 2001 From: Philip La Date: Sun, 6 Jul 2014 19:35:38 -0700 Subject: [PATCH] Fix comma typo --- mods/gennext/moves.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,