Mercurial > libervia-web
diff libervia.py @ 41:7782a786b2f0
Tarot game: score is now shown (need to use XMLUI later)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 22 May 2011 17:56:59 +0200 |
parents | 305e81c7a32c |
children | a7ff1e6f1229 |
line wrap: on
line diff
--- a/libervia.py Sun May 22 00:17:47 2011 +0200 +++ b/libervia.py Sun May 22 17:56:59 2011 +0200 @@ -177,7 +177,8 @@ name == 'tarotGameShowCards' or \ name == 'tarotGameInvalidCards' or \ name == 'tarotGameCardsPlayed' or \ - name == 'tarotGameYourTurn': + name == 'tarotGameYourTurn' or \ + name == 'tarotGameScore': self._tarotGameGenericCb(name, args[0], args[1:]) def _getProfileJidCB(self, jid):