Fixed PetalBlizzard description

This commit is contained in:
Capt_Segis 2016-09-14 18:01:39 -05:00 committed by GitHub
parent d5c0208b58
commit 754670ffd0
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Grass
Me.Category = Categories.Physical
Me.ContestCategory = ContestCategories.Tough
Me.Name = "Petal Blizzard"
Me.Description = "The user sets off an earthquake that strikes those around it."
Me.Description = "The user stirs up a violent petal blizzard and attacks everything around it."
Me.CriticalChance = 1
Me.IsHMMove = False
Me.Target = Targets.AllAdjacentTargets
@ -55,4 +55,4 @@ Namespace BattleSystem.Moves.Grass
End Class
End Namespace
End Namespace