mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
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…
x
Reference in New Issue
Block a user