Update WoodHammer.vb

This commit is contained in:
Capt_Segis 2016-09-14 18:06:44 -05:00 committed by GitHub
parent e05cefadba
commit c33b97056b
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
Me.AIField2 = AIField.Recoil
End Sub
Public Overrides Sub MoveHits(own As Boolean, BattleScreen As BattleScreen)
Public Overrides Sub MoveRecoil(own As Boolean, BattleScreen As BattleScreen)
Dim lastDamage As Integer = BattleScreen.FieldEffects.OwnLastDamage
If own = False Then
lastDamage = BattleScreen.FieldEffects.OppLastDamage
@ -70,4 +70,4 @@
End Class
End Namespace
End Namespace