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);
|
||||
|
||||
@@ -41,6 +41,7 @@ const styleMethods = (() => {
|
||||
if (config.platform === 'irc') {
|
||||
return {
|
||||
...styles,
|
||||
forest: styles.green,
|
||||
code: bypass,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user