From 8fb9547546e5a6168027453c99c910f3fb685b43 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 28 Mar 2025 16:04:26 -0700 Subject: [PATCH] No holding hands --- src/data/moves/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index c6311bb2c90..b0154a9295e 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -6743,7 +6743,7 @@ export class RandomMoveAttr extends CallMoveAttr { * This function exists solely to allow tests to override the randomly selected move by mocking this function. */ public getMoveOverride(): Moves | null { - return Moves.HOLD_HANDS; + return null; } /**