diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/PainSplit.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/PainSplit.vb index 5f0d02ec9..10e802853 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/PainSplit.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/PainSplit.vb @@ -18,7 +18,7 @@ Me.Name = "Pain Split" Me.Description = "The user adds its HP to the target's HP, then equally shares the combined HP with the target." Me.CriticalChance = 0 - Me.IsHMMove = True + Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget Me.Priority = 0 Me.TimesToAttack = 1