Fixed StickyWeb Name

This commit is contained in:
Capt_Segis 2016-09-12 20:04:24 -05:00 committed by GitHub
parent 470834f38a
commit 7bd7a5f773
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Namespace BattleSystem.Moves.Bug
Me.Accuracy = 0 Me.Accuracy = 0
Me.Category = Categories.Status Me.Category = Categories.Status
Me.ContestCategory = ContestCategories.Tough 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.Description = "The user weaves a sticky net around the opposing team, which lowers their Speed stat upon switching into battle."
Me.CriticalChance = 0 Me.CriticalChance = 0
Me.IsHMMove = False Me.IsHMMove = False