Mark dancing moves

This commit is contained in:
darkfire006 2022-12-20 10:28:31 -06:00
parent 6d3667be9f
commit f9e5f32382
9 changed files with 6 additions and 0 deletions

View File

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

View File

@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Flying
Me.IsDamagingMove = False
Me.IsProtectMove = False
Me.IsSoundMove = False
Me.IsDanceMove = True
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False

View File

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

View File

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

View File

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

View File

@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Normal
Me.IsDamagingMove = False
Me.IsProtectMove = False
Me.IsSoundMove = False
Me.IsDanceMove = True
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False