Skip to content
Snippets Groups Projects
Commit 5f4d274b authored by deuce's avatar deuce
Browse files

Better cosmetics.

parent f104ef09
Branches
Tags
No related merge requests found
......@@ -154,9 +154,9 @@ function twenty1_get_bet()
break;
}
if(this.player_bet % 10) {
console.print('The dealer looks down at you and says: ');
console.print(user.name+', all bets must be in multiples of 10. ');
console.print('Please redo your bet.');
console.print('The dealer looks down at you and says:\r\n');
console.print(user.name+', all bets must be in multiples of 10.\r\n');
console.print('Please redo your bet.\r\n');
console.crlf();
console.crlf();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment