From f104ef099d8e812b3f4273d3bae9e3903d084f0a Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 28 Jan 2014 04:13:46 +0000 Subject: [PATCH] Cosmetics. --- xtrn/mc/twenty1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtrn/mc/twenty1.js b/xtrn/mc/twenty1.js index 08b1041650..b64c01273e 100644 --- a/xtrn/mc/twenty1.js +++ b/xtrn/mc/twenty1.js @@ -154,8 +154,8 @@ 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('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.crlf(); console.crlf(); -- GitLab