Fixed Sky Attack crit chance

This commit is contained in:
JappaWakka 2022-12-21 17:21:58 +01:00
parent ce1b178a2c
commit 8547c26a3e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Me.ContestCategory = ContestCategories.Cool
Me.Name = Localization.GetString("move_name_" & Me.ID,"Sky Attack")
Me.Description = "A second-turn attack move where critical hits land more easily. It may also make the target flinch."
Me.CriticalChance = 1
Me.CriticalChance = 2
Me.IsHMMove = False
Me.Target = Targets.OneTarget
Me.Priority = 0