From 5f4d274b550827002c379c6a033cda3113bbcbf3 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 28 Jan 2014 04:14:25 +0000 Subject: [PATCH] Better cosmetics. --- xtrn/mc/twenty1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xtrn/mc/twenty1.js b/xtrn/mc/twenty1.js index b64c01273e..58b6fad6d9 100644 --- a/xtrn/mc/twenty1.js +++ b/xtrn/mc/twenty1.js @@ -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(); } -- GitLab