From 40c415ef2a5f6b89f61ca4f53239556a75fadff8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 May 2020 14:02:44 -0400 Subject: [PATCH] Fix akinator 80 question limit --- commands/games-sp/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 697148f2..c0e87f28 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -48,7 +48,7 @@ module.exports = class AkinatorCommand extends Command { while (timesGuessed < 3) { if (ans === null) await aki.start(); else await aki.step(ans); - if (!aki.answers || aki.currentStep >= 79) forceGuess = true; + if (!aki.answers || aki.currentStep >= 78) forceGuess = true; const answers = aki.answers.map(answer => answer.toLowerCase()); answers.push('end'); await msg.say(stripIndents`