|
@@ -63,8 +63,13 @@ public class Table {
|
63
|
63
|
}else if (choice == 6) // Cash Out
|
64
|
64
|
{
|
65
|
65
|
play = false;
|
66
|
|
- aConsole.println("Thank you for coming "+ aPlayer.getName());
|
|
66
|
+ aConsole.println("Thank you for coming to the Leviathan Casino "+ aPlayer.getName());
|
|
67
|
+ aConsole.println("You've cashed out "+ aPlayer.getTotalChips()+ " chips");
|
|
68
|
+ aConsole.println("Please come again!");
|
67
|
69
|
}
|
|
70
|
+ else{
|
|
71
|
+ aConsole.println("That is not an option "+ aPlayer.getName()+"... Do better");
|
|
72
|
+ }
|
68
|
73
|
}
|
69
|
74
|
|
70
|
75
|
}
|