Show remaining bullets

This commit is contained in:
Dragon Fire
2019-11-11 23:13:34 -05:00
parent f4c8f36cc5
commit af32030a90
+1 -1
View File
@@ -44,7 +44,7 @@ module.exports = class RussianRouletteCommand extends Command {
const notPlayer = userTurn ? msg.author : opponent;
await msg.say(stripIndents`
**${player.tag}** pulls the trigger... **And ${gun[round] ? 'dies!**' : 'lives...**'}
${opponent.bot ? 'Continue?' : `Will you take the gun, ${notPlayer}?`}
${opponent.bot ? 'Continue?' : `Will you take the gun, ${notPlayer}?`} (${8 - round - 1} bullets left)
`);
if (gun[round]) {
winner = notPlayer;