From ffdbdc1139e8f5f3c795282b46a828d024bfe54d Mon Sep 17 00:00:00 2001 From: DustinLin <39450497+DustinLin@users.noreply.github.com> Date: Fri, 7 Jun 2024 05:38:22 -0700 Subject: [PATCH] fix sleep talk targeting (#1813) --- src/data/move.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/move.ts b/src/data/move.ts index d0e8aff7a46..6b189d0d3e3 100755 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -5913,6 +5913,7 @@ export function initMoves() { .attr(BypassSleepAttr) .attr(RandomMovesetMoveAttr) .condition(userSleptOrComatoseCondition) + .target(MoveTarget.ALL_ENEMIES) .ignoresVirtual(), new StatusMove(Moves.HEAL_BELL, Type.NORMAL, -1, 5, -1, 0, 2) .attr(PartyStatusCureAttr, "A bell chimed!", Abilities.SOUNDPROOF)