Renamed DoMoveRecoil as MoveRecoil
For easy modification in Move classes
This commit is contained in:
parent
3b59c6a5d7
commit
8664cae460
|
@ -1594,7 +1594,7 @@
|
||||||
'DO NOTHING HERE (will do secondary effect if moves overrides it)
|
'DO NOTHING HERE (will do secondary effect if moves overrides it)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Public Overridable Sub DoMoveRecoil(ByVal own As Boolean, ByVal BattleScreen As BattleScreen)
|
Public Overridable Sub MoveRecoil(ByVal own As Boolean, ByVal BattleScreen As BattleScreen)
|
||||||
'DO NOTHING HERE (will do recoil if moves overrides it)
|
'DO NOTHING HERE (will do recoil if moves overrides it)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue