mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +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.
|
${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.
|
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._' : ''}
|
${firstTurn ? '_In Nim, you win by forcing the opponent to take the last object._' : ''}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user