From 1a327798d3639a5debb6883ba298a6249ba31175 Mon Sep 17 00:00:00 2001 From: TheOmegaGhost Date: Thu, 9 Apr 2020 23:24:20 -0300 Subject: [PATCH] Supersonic fix Ignores type immunity and substitute --- P3D/Pokemon/Attacks/Normal/Supersonic.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/P3D/Pokemon/Attacks/Normal/Supersonic.vb b/P3D/Pokemon/Attacks/Normal/Supersonic.vb index 7e2ed94f4..da727604a 100644 --- a/P3D/Pokemon/Attacks/Normal/Supersonic.vb +++ b/P3D/Pokemon/Attacks/Normal/Supersonic.vb @@ -35,7 +35,7 @@ Me.DisabledWhileGravity = False Me.UseEffectiveness = False - Me.ImmunityAffected = True + Me.ImmunityAffected = False Me.HasSecondaryEffect = False Me.RemovesFrozen = False @@ -46,7 +46,7 @@ Me.IsProtectMove = False Me.IsSoundMove = True - Me.IsAffectedBySubstitute = True + Me.IsAffectedBySubstitute = False Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = False '#End