From d4ad4e2e4593c1de51da940739155d63662a4c18 Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Tue, 23 Aug 2022 00:08:05 -0500 Subject: [PATCH] fix CC description --- P3D/Pokemon/Attacks/Normal/CrushClaw.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Pokemon/Attacks/Normal/CrushClaw.vb b/P3D/Pokemon/Attacks/Normal/CrushClaw.vb index c4ad9d6ae..3f3ebbb77 100644 --- a/P3D/Pokemon/Attacks/Normal/CrushClaw.vb +++ b/P3D/Pokemon/Attacks/Normal/CrushClaw.vb @@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Normal Me.Category = Categories.Physical Me.ContestCategory = ContestCategories.Cool Me.Name = "Crush Claw" - Me.Description = "The target is bitten with viciously sharp fangs. It may make the target flinch." + Me.Description = "The user slashes the target with hard and sharp claws. This may also lower the target's Defense stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget