This commit is contained in:
Dragon Fire
2020-04-09 18:38:31 -04:00
parent 82ebddf985
commit 2b37310b8a
+1 -1
View File
@@ -106,7 +106,7 @@ module.exports = class DotsAndBoxesCommand extends Command {
if (userTurn) userOwned.push(newSquare); if (userTurn) userOwned.push(newSquare);
else oppoOwned.push(newSquare); else oppoOwned.push(newSquare);
} }
if (taken.length < 24) { if (taken.length < 40) {
await msg.say(`${user}, great job! Keep going until you can\'t make any more!`); await msg.say(`${user}, great job! Keep going until you can\'t make any more!`);
} }
} else { } else {