No holding hands

This commit is contained in:
Dean 2025-03-28 16:04:26 -07:00
parent 1c8fdfc6b6
commit fbd04c0b8d

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