all are bullet moves
This commit is contained in:
parent
49ff0f8827
commit
6d3667be9f
Binary file not shown.
|
@ -45,6 +45,7 @@
|
|||
Me.IsDamagingMove = True
|
||||
Me.IsProtectMove = False
|
||||
Me.IsSoundMove = False
|
||||
Me.IsBulletMove = True
|
||||
|
||||
Me.IsAffectedBySubstitute = True
|
||||
Me.IsOneHitKOMove = False
|
||||
|
|
Binary file not shown.
|
@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Rock
|
|||
Me.IsDamagingMove = True
|
||||
Me.IsProtectMove = False
|
||||
Me.IsSoundMove = False
|
||||
Me.IsBulletMove = True
|
||||
|
||||
Me.IsAffectedBySubstitute = True
|
||||
Me.IsOneHitKOMove = False
|
||||
|
|
Loading…
Reference in New Issue