From 77b6ad47d0a3e85bae712b0aae217e574d22089f Mon Sep 17 00:00:00 2001 From: Temps Ray Date: Sun, 5 May 2024 17:58:46 -0400 Subject: [PATCH] Make curse target --- src/data/move.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index 480740007..653ffc93c 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4418,7 +4418,6 @@ export function initMoves() { .soundBased(), new StatusMove(Moves.CURSE, Type.GHOST, -1, 10, -1, 0, 2) .attr(CurseAttr) - .target(MoveTarget.RANDOM_NEAR_ENEMY) .ignoresProtect(true), new AttackMove(Moves.FLAIL, Type.NORMAL, MoveCategory.PHYSICAL, -1, 100, 15, -1, 0, 2) .attr(LowHpPowerAttr),