No holding hands

This commit is contained in:
Dean 2025-03-28 16:04:26 -07:00 committed by Dean
parent a4d216e24d
commit 8fb9547546

View File

@ -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. * This function exists solely to allow tests to override the randomly selected move by mocking this function.
*/ */
public getMoveOverride(): Moves | null { public getMoveOverride(): Moves | null {
return Moves.HOLD_HANDS; return null;
} }
/** /**