0
0
Fork 0

Use the solution in the losing message

This commit is contained in:
Oliver-Akins 2023-03-03 16:21:43 -06:00
parent b5aa2220e9
commit c6bd62504c

View file

@ -76,7 +76,7 @@ const subcommands: {[index: string]: subcommand} = {
m = `Merry chatmanmas! You won! Answer: ${d.current}`; m = `Merry chatmanmas! You won! Answer: ${d.current}`;
break; break;
case 3: case 3:
m = `Booooo, you lost! Answer: ${d.current}`; m = `Booooo, you lost! Answer: ${d.solution}`;
break; break;
case 4: case 4:
m = `${d.current} \n(incorrect:${d.incorrect}/${config.game.max_incorrect})`; m = `${d.current} \n(incorrect:${d.incorrect}/${config.game.max_incorrect})`;
@ -116,7 +116,7 @@ const subcommands: {[index: string]: subcommand} = {
m = `Merry chatmanmas! You won! Answer: ${d.current}`; m = `Merry chatmanmas! You won! Answer: ${d.current}`;
break; break;
case 3: case 3:
m = `Booooo, you lost! Answer: ${d.current}`; m = `Booooo, you lost! Answer: ${d.solution}`;
break; break;
case 4: case 4:
m = `${d.current} \n(incorrect:${d.incorrect}/${config.game.max_incorrect})`; m = `${d.current} \n(incorrect:${d.incorrect}/${config.game.max_incorrect})`;