jester and magician cards have been recoloured to white to avoid confusion with numebred cards

This commit is contained in:
2025-07-20 12:17:52 +02:00
parent 10083bfb87
commit 189d04ccd4
16 changed files with 76 additions and 3 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ async def process_input(message: str, websocket) -> None:
# last client to bet; limit bet options
total_bet = sum(lobby_manager.get_lobby(lobby_id).client_bets.values())
disallowed_bet = data_object["round"] - total_bet
print(f"bets: {data_object["round"]} / {total_bet}")
print(f"bets: {data_object['round']} / {total_bet}")
if disallowed_bet < 0:
disallowed_bet = -1