From 627bb7eb2bac36852f20514cad7f6db7d99c49b6 Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Tue, 20 Dec 2022 01:21:46 -0600 Subject: [PATCH] missing description text for Aqua jet --- P3D/Pokemon/Attacks/Water/Aquajet.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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