Mercurial > libervia-backend
comparison plugins/plugin_misc_tarot.py @ 96:c8518b9a8025
removed forgotten set_trace
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Jun 2010 15:59:13 +0930 |
parents | be206a3d1a9b |
children | dd556233a1b1 |
comparison
equal
deleted
inserted
replaced
95:be206a3d1a9b | 96:c8518b9a8025 |
---|---|
344 else: | 344 else: |
345 error(_('Internal error: contrat not managed (mispelled ?)')) | 345 error(_('Internal error: contrat not managed (mispelled ?)')) |
346 | 346 |
347 victory = (score >= point_limit) | 347 victory = (score >= point_limit) |
348 margin = score - point_limit | 348 margin = score - point_limit |
349 pdb.set_trace() | |
350 points_defenseur = (-margin + 25) * contrat_mult | 349 points_defenseur = (-margin + 25) * contrat_mult |
351 winners = [] | 350 winners = [] |
352 loosers = [] | 351 loosers = [] |
353 player_score = {} | 352 player_score = {} |
354 for player in game_data['players']: | 353 for player in game_data['players']: |