Recoil now in MoveRecoil (ID=38)

Double Edge
This commit is contained in:
Capt_Segis 2016-09-14 15:17:10 -05:00 committed by GitHub
parent 8664cae460
commit 64e5ed5ca4
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