Supersonic fix

Ignores type immunity and substitute
This commit is contained in:
TheOmegaGhost 2020-04-09 23:24:20 -03:00
parent eb1f742f02
commit 1a327798d3
1 changed files with 2 additions and 2 deletions

View File

@ -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