Added ground track to Hunt, added new SChat 2 colors.
This commit is contained in:
@@ -138,7 +138,7 @@ function onCommand(args, context) {
|
||||
flower: pickRandom(flowers),
|
||||
target: pickRandom(targets),
|
||||
predator: pickRandom(predators),
|
||||
track: Array.from({ length: getGuesses(word) }, (value, index) => (index % 2 ? pickRandom(trees) : ' ')), // Em Space to ensure proper spacing in SChat
|
||||
track: Array.from({ length: getGuesses(word) }, (value, index) => (index % 2 ? pickRandom(trees) : style.brown('…'))), // Em Space to ensure proper spacing in SChat
|
||||
});
|
||||
|
||||
renderBoard(context);
|
||||
|
||||
Reference in New Issue
Block a user