From d35eb6a42ce599ce8d945530400bc9443956170b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 4 Feb 2021 21:05:23 -0500 Subject: [PATCH] Add range notice to minesweeper --- commands/games-sp/minesweeper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-sp/minesweeper.js b/commands/games-sp/minesweeper.js index 33e31070..977f1917 100644 --- a/commands/games-sp/minesweeper.js +++ b/commands/games-sp/minesweeper.js @@ -46,6 +46,7 @@ module.exports = class MinesweeperCommand extends Command { await msg.say(stripIndents` ${msg.author}, what coordinates do you pick (ex. 4,5)? Type \`end\` to forfeit. Type \`flag \` to flag a spot as a bomb. To remove a flag, run it again. + You can also use ranges to mark multiple spots (ex. 4-7,5 or 7,4-5). ${this.displayBoard(game.board, game.mask, flagged, cheatMode)} **Total Mines:** ${size + 1} | **Flagged:** ${flagged.length} | **Time:** ${currentTime}