mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 03:58:14 -08:00
Merge branch '75_Roulette_Java' of https://github.com/LittleTealeaf/basic-computer-games into 75_Roulette_Java
This commit is contained in:
@@ -211,7 +211,7 @@ public class Roulette {
|
||||
return false;
|
||||
} else if (houseBalance <= 0) {
|
||||
out.println("YOU BROKE THE HOUSE!");
|
||||
playerBalance = 10100;
|
||||
playerBalance = 101000;
|
||||
houseBalance = 0;
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user