diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/Submission.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/Submission.vb index 264b9248a..092526610 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/Submission.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/Submission.vb @@ -55,7 +55,7 @@ Me.AIField2 = AIField.Recoil End Sub - Public Overrides Sub MoveRecoil(own As Boolean, BattleScreen As BattleScreen) + Public Overrides Sub MoveHits(own As Boolean, BattleScreen As BattleScreen) Dim lastDamage As Integer = BattleScreen.FieldEffects.OwnLastDamage If own = False Then lastDamage = BattleScreen.FieldEffects.OppLastDamage