Improved Letters distribution. Added conundrum to mash.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user