From 762e5de5255ffafb1a667847daf1d18c84912801 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 7 May 2020 16:57:21 -0400 Subject: [PATCH] Fix balloon pop timeout --- commands/games-mp/balloon-pop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/balloon-pop.js b/commands/games-mp/balloon-pop.js index b3132015..c676d4d7 100644 --- a/commands/games-mp/balloon-pop.js +++ b/commands/games-mp/balloon-pop.js @@ -55,7 +55,7 @@ module.exports = class BalloonPopCommand extends Command { pump = await verify(msg.channel, user); } if (pump) { - if (lastTurnTimeout) lastTurnTimeout = false; + if (turns !== 1 && lastTurnTimeout) lastTurnTimeout = false; remains -= randomRange(25, 75); const popped = Math.floor(Math.random() * remains); if (popped <= 0) {