diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-14 19:25:25 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-14 19:25:25 +0000 |
commit | 7af20758e274ea7de56c3095c91f70feedcbf2e9 (patch) | |
tree | 605b166d0582235ae61372998a56223126748bcc | |
parent | edb7b83974c7084900a67e99f7dadc8fc34bce88 (diff) | |
download | 1989-dawn-of-freedom-7af20758e274ea7de56c3095c91f70feedcbf2e9.tar.gz |
Remove debugging steps
-rw-r--r-- | rules.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2374,7 +2374,6 @@ function do_sc(space) { logi(`+${card_ops} card ops`) } // Get support check modifiers - console.log('game.support_check_modifier', game.support_check_modifier) if (game.support_check_modifier > 0) { roll += game.support_check_modifier logi(`+${game.support_check_modifier} event`) @@ -3224,7 +3223,6 @@ function check_ligachev_event(card) { } function is_auto_resolve(card) { - console.log('card', card, 'game.strategy_discard', game.strategy_discard, 'strategy_discard.length', game.strategy_discard.length) if (auto_resolve_events.includes(card)) { return true } else if (card === C_THE_TYRANT_IS_GONE) { @@ -4960,7 +4958,6 @@ function vm_support_check_modified() { log('Support Checks:') else log('Support Check:') - console.log('game.support_check_modifier', game.support_check_modifier) game.state = 'vm_support_check_prep' } |