From 068ceec0ff1ee12fefe3660d2af2cee877865041 Mon Sep 17 00:00:00 2001 From: innerthunder Date: Fri, 3 May 2024 00:01:12 -0700 Subject: [PATCH] Revert refactoring changes to single status healing moves --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index 6d3d63e95a9..72efd34f2fe 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4442,7 +4442,7 @@ export function initMoves() { .ignoresVirtual(), new StatusMove(Moves.HEAL_BELL, Type.NORMAL, -1, 5, -1, 0, 2) .attr(ResetPartyStatusAttr, false) - .soundBased() + .soundBased(), new AttackMove(Moves.RETURN, Type.NORMAL, MoveCategory.PHYSICAL, -1, 100, 20, -1, 0, 2) .attr(FriendshipPowerAttr), new AttackMove(Moves.PRESENT, Type.NORMAL, MoveCategory.PHYSICAL, -1, 90, 15, -1, 0, 2)