fixed 2 bugs in last round!
This commit is contained in:
@ -19,7 +19,7 @@ def show(req, resp, player: str):
|
||||
|
||||
#active_player = the_game.active_player
|
||||
prev_player = the_game.get_prev_player()
|
||||
if tcard.value == 'Z' and tcolor == '-':
|
||||
if tcard and tcard.value == 'Z' and tcolor == '-':
|
||||
choose_trump_color = True
|
||||
else:
|
||||
choose_trump_color = False
|
||||
|
Reference in New Issue
Block a user