diff --git a/P3D/Pokemon/Attacks/Water/Aquajet.vb b/P3D/Pokemon/Attacks/Water/Aquajet.vb index fa6870f74..616110057 100644 --- a/P3D/Pokemon/Attacks/Water/Aquajet.vb +++ b/P3D/Pokemon/Attacks/Water/Aquajet.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Physical Me.ContestCategory = ContestCategories.Cool Me.Name = Localization.GetString("move_name_" & Me.ID,"Aqua Jet") - Me.Description = "The user lunges at the target speed that makes it almost invisible. This move always goes first." + Me.Description = "The user lunges at the target at a speed that makes it almost invisible. This move always goes first." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget