From 9ca7838935976bca98408b172a4be5fa385225ec Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 Jan 2021 16:58:44 -0500 Subject: [PATCH] Fix --- commands/games-mp/nim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/nim.js b/commands/games-mp/nim.js index 5f2c508b..c81c7cce 100644 --- a/commands/games-mp/nim.js +++ b/commands/games-mp/nim.js @@ -54,7 +54,7 @@ module.exports = class NimCommand extends Command { ${user}, from which row do you want to remove from? Type \`end\` to forefeit. After this step, you will decide how many ${objectEmoji} to remove from that row. - ${this.displayBoard(board)} + ${this.displayBoard(board, objectEmoji)} ${firstTurn ? '_In Nim, you win by forcing the opponent to take the last object._' : ''} `);