Improved Letters distribution. Added conundrum to mash.

This commit is contained in:
Niels Simenon
2023-04-10 16:06:53 +02:00
parent f4776df853
commit 91eaa9d709
4 changed files with 50 additions and 11 deletions

View File

@@ -365,7 +365,7 @@ function onMessage(message, context) {
}
}
if (game?.state === 'solutions') {
if (game?.state === 'solutions' && body.match(/\d+/g)?.length > 1) {
playSolution(body, context);
}
}