mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
No holding hands
This commit is contained in:
parent
a4d216e24d
commit
8fb9547546
@ -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