Fix for Howl move description

This commit is contained in:
JappaWakka 2022-09-10 15:56:27 +02:00
parent d3c7c07a18
commit d8d993959f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Normal
Me.Category = Categories.Status
Me.ContestCategory = ContestCategories.Cool
Me.Name = "Howl"
Me.Description = " The user howls loudly to raise the spirit of itself and allies. This raises their Attack stats."
Me.Description = "The user howls loudly to raise the spirit of itself and allies. This raises their Attack stats."
Me.CriticalChance = 0
Me.IsHMMove = False
Me.Target = Targets.AllAllies