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

@@ -133,7 +133,7 @@ function onCommand(args, context) {
games.set(context.room.id, {
word: word.word,
progress: 0,
defintiions: word.definitions,
definitions: word.definitions,
partial: word.word.split('').map(() => null),
flower: pickRandom(flowers),
target: pickRandom(targets),