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