mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 06:45:47 +02:00
Fixed typo on Stealth Rock's description
This commit is contained in:
parent
7997b5c760
commit
4b149a9da6
@ -16,7 +16,7 @@
|
|||||||
Me.Category = Categories.Status
|
Me.Category = Categories.Status
|
||||||
Me.ContestCategory = ContestCategories.Cool
|
Me.ContestCategory = ContestCategories.Cool
|
||||||
Me.Name = "Stealth Rock"
|
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.CriticalChance = 0
|
||||||
Me.IsHMMove = False
|
Me.IsHMMove = False
|
||||||
Me.Target = Targets.AllFoes
|
Me.Target = Targets.AllFoes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user