Mark dancing moves
This commit is contained in:
parent
6d3667be9f
commit
f9e5f32382
Binary file not shown.
|
@ -45,6 +45,7 @@
|
||||||
Me.IsDamagingMove = False
|
Me.IsDamagingMove = False
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = False
|
Me.IsAffectedBySubstitute = False
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
Binary file not shown.
|
@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Flying
|
||||||
Me.IsDamagingMove = False
|
Me.IsDamagingMove = False
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = True
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
Me.IsDamagingMove = True
|
Me.IsDamagingMove = True
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = True
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
Me.IsDamagingMove = True
|
Me.IsDamagingMove = True
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = True
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
Me.IsDamagingMove = False
|
Me.IsDamagingMove = False
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = False
|
Me.IsAffectedBySubstitute = False
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
|
@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Normal
|
||||||
Me.IsDamagingMove = False
|
Me.IsDamagingMove = False
|
||||||
Me.IsProtectMove = False
|
Me.IsProtectMove = False
|
||||||
Me.IsSoundMove = False
|
Me.IsSoundMove = False
|
||||||
|
Me.IsDanceMove = True
|
||||||
|
|
||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = True
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue