jester and magician cards have been recoloured to white to avoid confusion with numebred cards
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user