diff options
Diffstat (limited to 'npc/tulimshar/casino.txt')
-rw-r--r-- | npc/tulimshar/casino.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/tulimshar/casino.txt b/npc/tulimshar/casino.txt index fc35fed9..98b23ce7 100644 --- a/npc/tulimshar/casino.txt +++ b/npc/tulimshar/casino.txt @@ -143,7 +143,7 @@ L_Yes: set @player,rand(20); set @player,@player+1; - mes "You got " + @player + ""; + mes "You got " + @player + " with your cards."; mes "Do you want another card?"; next; @@ -153,7 +153,7 @@ L_Another: set @card,@card+1; set @player,@player+@card; - mes "You got " + @player + ""; + mes "You got " + @player + " with your cards."; if (@player > 21) goto L_Lost; mes "Do you want another card?"; next; |