Update Stealthrock.vb

This commit is contained in:
Capt_Segis 2016-09-12 01:23:22 -05:00 committed by GitHub
parent 9a789e8cff
commit ca5b1f5248
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
Me.Category = Categories.Status
Me.ContestCategory = ContestCategories.Cool
Me.Name = "Stealth Rock"
Me.Description = "he user lays a trap of levitating stones around the opposing team. The trap hurts opposing Pokémon that switch into battle."
Me.Description = "The user lays a trap of levitating stones around the opposing team. The trap hurts opposing Pokémon that switch into battle."
Me.CriticalChance = 0
Me.IsHMMove = False
Me.Target = Targets.AllFoes
@ -77,4 +77,4 @@
End Class
End Namespace
End Namespace