From 7bd7a5f773f82351eecfb3c0647ecc21b3cee843 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Mon, 12 Sep 2016 20:04:24 -0500 Subject: [PATCH] Fixed StickyWeb Name --- 2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb index f00b8e252..e178de745 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb @@ -15,7 +15,7 @@ Namespace BattleSystem.Moves.Bug Me.Accuracy = 0 Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Tough - Me.Name = "Spikes" + Me.Name = "Sticky Web" Me.Description = "The user weaves a sticky net around the opposing team, which lowers their Speed stat upon switching into battle." Me.CriticalChance = 0 Me.IsHMMove = False