Ejemplo n.º 1
0
 def addUITile(self, uiTile):
     """add uiTile to this board"""
     Board.addUITile(self, uiTile)
     if uiTile.isBonus and not self.player.game.isScoringGame():
         Sound.bonus()