diff --git a/2.5DHero/2.5DHero/Pokemon/Abilities/SkillLink.vb b/2.5DHero/2.5DHero/Pokemon/Abilities/SkillLink.vb index dfa41f4cd..bcf51e620 100644 --- a/2.5DHero/2.5DHero/Pokemon/Abilities/SkillLink.vb +++ b/2.5DHero/2.5DHero/Pokemon/Abilities/SkillLink.vb @@ -5,9 +5,9 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(92, "Skill Link", "Increases the frequency of multi-strike moves.") + MyBase.New(92, "Skill Link", "Maximizes the number of times multi-strike moves hit.") End Sub End Class -End Namespace \ No newline at end of file +End Namespace