mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
No holding hands
This commit is contained in:
parent
1c8fdfc6b6
commit
fbd04c0b8d
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user