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; } /**