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

Cosmetics.

parent 6ced968d
No related branches found
No related tags found
No related merge requests found
...@@ -154,8 +154,8 @@ function twenty1_get_bet() ...@@ -154,8 +154,8 @@ function twenty1_get_bet()
break; break;
} }
if(this.player_bet % 10) { if(this.player_bet % 10) {
console.print('The dealer looks down at you and says:'); console.print('The dealer looks down at you and says: ');
console.print(user.name+', all bets must be in multiples of 10.'); console.print(user.name+', all bets must be in multiples of 10. ');
console.print('Please redo your bet.'); console.print('Please redo your bet.');
console.crlf(); console.crlf();
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