diff --git a/P3D/Pokemon/Attacks/Fighting/ForcePalm.vb b/P3D/Pokemon/Attacks/Fighting/ForcePalm.vb index b0c752cb8..c4681a34e 100644 --- a/P3D/Pokemon/Attacks/Fighting/ForcePalm.vb +++ b/P3D/Pokemon/Attacks/Fighting/ForcePalm.vb @@ -41,11 +41,10 @@ Me.IsHealingMove = False Me.IsRecoilMove = False - Me.IsPunchingMove = True + Me.IsPunchingMove = True 'P3D Only Me.IsDamagingMove = True Me.IsProtectMove = False - Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = True diff --git a/P3D/Pokemon/Attacks/Grass/LeechSeed.vb b/P3D/Pokemon/Attacks/Grass/LeechSeed.vb index b52c21e0b..7cd70fc2c 100644 --- a/P3D/Pokemon/Attacks/Grass/LeechSeed.vb +++ b/P3D/Pokemon/Attacks/Grass/LeechSeed.vb @@ -41,15 +41,15 @@ Me.IsHealingMove = False Me.IsRecoilMove = False - Me.IsPunchingMove = False + Me.IsDamagingMove = False Me.IsProtectMove = False - Me.IsSoundMove = False + Me.IsAffectedBySubstitute = False Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = True - Me.IsPowderMove = True + Me.IsPowderMove = True 'P3D Only '#End Me.AIField1 = AIField.Support diff --git a/P3D/Pokemon/Attacks/Normal/Feint.vb b/P3D/Pokemon/Attacks/Normal/Feint.vb index f08461325..d3b3edd47 100644 --- a/P3D/Pokemon/Attacks/Normal/Feint.vb +++ b/P3D/Pokemon/Attacks/Normal/Feint.vb @@ -41,11 +41,10 @@ Namespace BattleSystem.Moves.Normal Me.IsHealingMove = False Me.IsRecoilMove = False - Me.IsPunchingMove = True + Me.IsPunchingMove = True 'P3D Only Me.IsDamagingMove = True Me.IsProtectMove = False - Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = True