From bb743b8ac2f20c9efd3ea1e8c7807da4c7b496ba Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 30 Dec 2024 12:39:56 +0000 Subject: Updated SC logging --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 5a6e9f1..e6d1fdf 100644 --- a/rules.js +++ b/rules.js @@ -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) { -- cgit v1.2.3