From dafe084ffbbba9705d8504c3b0ffb433b1e41151 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Wed, 14 Sep 2016 17:56:01 -0500 Subject: [PATCH] Update CottonSpore.vb --- 2.5DHero/2.5DHero/Pokemon/Attacks/Grass/CottonSpore.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Grass/CottonSpore.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Grass/CottonSpore.vb index af23692e7..ef83744f8 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Grass/CottonSpore.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Grass/CottonSpore.vb @@ -42,7 +42,7 @@ Me.IsDamagingMove = False Me.IsProtectMove = False Me.IsSoundMove = False - Me.HasSecondaryEffect = True + Me.HasSecondaryEffect = False Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = False @@ -61,4 +61,4 @@ End Class -End Namespace \ No newline at end of file +End Namespace