From ca5b1f5248561ad0f2c88b2a5a3d0b3459217101 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Mon, 12 Sep 2016 01:23:22 -0500 Subject: [PATCH] Update Stealthrock.vb --- 2.5DHero/2.5DHero/Pokemon/Attacks/Rock/Stealthrock.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Rock/Stealthrock.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Rock/Stealthrock.vb index 714eae828..adf593c29 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Rock/Stealthrock.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Rock/Stealthrock.vb @@ -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 \ No newline at end of file +End Namespace