diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:30:54 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:30:54 +0100 |
commit | ae983e525fa0dc87bc0c64d3c9c70c62207b50a8 (patch) | |
tree | 33dd6f559687dd5f74c263b43f3d4d31613c1cd5 /rules.js | |
parent | bb2262dafca96423b0a45dc4058d2ad686f21ace (diff) | |
download | 1989-dawn-of-freedom-ae983e525fa0dc87bc0c64d3c9c70c62207b50a8.tar.gz |
Remove overwriting debugging step
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -470,10 +470,6 @@ states.choose_card = { check_vp()
game.persistent_events['ligachev'] = false
}
- console.log('game.played_card', game.played_card, 'playable', game.playable_cards[game.played_card].playable)
- game.playable_cards[97] = {number: 97, playable: 1}
- console.log('game.playable_cards', game.playable_cards)
- console.log('game.played_card', game.played_card, 'playable', game.playable_cards[game.played_card].playable)
game.state = 'play_card'
console.log('game.state', game.state)
},
|