Example #1
0
 def _autoDeal(self, sound=True):
     # only autodeal if there are cards in the talon.
     if len(self.s.talon.cards) > 0:
         return Game._autoDeal(self, sound=sound)