mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Supersonic fix
Ignores type immunity and substitute
This commit is contained in:
parent
eb1f742f02
commit
1a327798d3
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Me.DisabledWhileGravity = False
|
Me.DisabledWhileGravity = False
|
||||||
Me.UseEffectiveness = False
|
Me.UseEffectiveness = False
|
||||||
Me.ImmunityAffected = True
|
Me.ImmunityAffected = False
|
||||||
Me.HasSecondaryEffect = False
|
Me.HasSecondaryEffect = False
|
||||||
Me.RemovesFrozen = False
|
Me.RemovesFrozen = False
|
||||||
|
|
||||||
@ -46,7 +46,7 @@
|
|||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = True
|
Me.IsSoundMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = False
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
Me.IsWonderGuardAffected = False
|
Me.IsWonderGuardAffected = False
|
||||||
'#End
|
'#End
|
||||||
|
Loading…
x
Reference in New Issue
Block a user