diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-30 12:39:56 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-30 12:39:56 +0000 |
commit | bb743b8ac2f20c9efd3ea1e8c7807da4c7b496ba (patch) | |
tree | 7f09207d5cb82fe5b4a386f4b38dbe483adb6af0 | |
parent | cf0bca07884e7420f292cbf28dade55d01ce1e83 (diff) | |
download | 1989-dawn-of-freedom-bb743b8ac2f20c9efd3ea1e8c7807da4c7b496ba.tar.gz |
Updated SC logging
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2356,7 +2356,7 @@ function do_sc(space) { clear_undo() let tear_gas_start = game.persistent_events.includes(C_TEAR_GAS) let the_wall_start = game.persistent_events.includes(C_THE_WALL) - logi(`%${space}:`) + //logi(`%${space}:`) let starting_control = check_control(space) let roll = roll_d6() @@ -2365,7 +2365,7 @@ function do_sc(space) { logi(`No adjacency for Democrats due to C${C_THE_WALL}`) // Continue with Support Check Logic - logii(`D${roll}`) + logi(`%${space}: D${roll}`) // Check for the Crowd Turns Against Ceausescu if (game.is_pwr_struggle) { |