all are bullet moves

This commit is contained in:
darkfire006 2022-12-20 10:23:48 -06:00
parent 49ff0f8827
commit 6d3667be9f
4 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsSoundMove = False
Me.IsBulletMove = True
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False

View File

@ -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