add sound attribute

This commit is contained in:
darkfire006 2022-12-20 10:57:50 -06:00
parent 92a3e62520
commit d5dbac8ec3
2 changed files with 2 additions and 3 deletions

View File

@ -41,9 +41,9 @@ Namespace BattleSystem.Moves.Normal
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsDamagingMove = False
Me.IsProtectMove = False
Me.IsSoundMove = True
Me.IsAffectedBySubstitute = True

View File

@ -41,10 +41,9 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsDamagingMove = False
Me.IsProtectMove = False
Me.IsSoundMove = True
Me.IsAffectedBySubstitute = False
Me.IsOneHitKOMove = False