remov bad prints
This commit is contained in:
parent
220f210f75
commit
afad8ca4fa
1 changed files with 0 additions and 2 deletions
2
bdr.py
2
bdr.py
|
@ -25,8 +25,6 @@ def analyze_game(instance: HanabLiveInstance, actions: List[Action]) -> Tuple[Li
|
||||||
play = instance.deck[action.target]
|
play = instance.deck[action.target]
|
||||||
if (not game.is_playable(play)) and game.is_critical(play):
|
if (not game.is_playable(play)) and game.is_critical(play):
|
||||||
termination = 'Bomb crit'
|
termination = 'Bomb crit'
|
||||||
print('Bombed crit {}'.format(play))
|
|
||||||
print(game.deck[game.progress:], game.stacks)
|
|
||||||
game.make_action(action)
|
game.make_action(action)
|
||||||
if termination == '':
|
if termination == '':
|
||||||
if game.strikes == 3:
|
if game.strikes == 3:
|
||||||
|
|
Loading…
Reference in a new issue