mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -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._' : ''}
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user