mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 14:54:48 +02:00
Fix for Howl move description
This commit is contained in:
parent
d3c7c07a18
commit
d8d993959f
@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Normal
|
|||||||
Me.Category = Categories.Status
|
Me.Category = Categories.Status
|
||||||
Me.ContestCategory = ContestCategories.Cool
|
Me.ContestCategory = ContestCategories.Cool
|
||||||
Me.Name = "Howl"
|
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.CriticalChance = 0
|
||||||
Me.IsHMMove = False
|
Me.IsHMMove = False
|
||||||
Me.Target = Targets.AllAllies
|
Me.Target = Targets.AllAllies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user