diff options
Diffstat (limited to 'CAO_Game.py')
-rw-r--r-- | CAO_Game.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CAO_Game.py b/CAO_Game.py index dfa7841..0502b88 100644 --- a/CAO_Game.py +++ b/CAO_Game.py @@ -85,6 +85,8 @@ class CAO_Game(): if self.judge is not player: return ('ERR', 'You\'re not the judge, you fool!') + self.board.shuffle_played_cards() + # we prevent the others to play self.state = self.WAITING_DESIGNATION |