From edc5d97a5a52ebb08f7cd64cee6249af2f78af3d Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 10 Dec 2024 22:10:37 +0000 Subject: Update TST log --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 7768459..267967c 100644 --- a/rules.js +++ b/rules.js @@ -2800,7 +2800,7 @@ function get_icons(starting_control, end_control) { function do_tst_attempt() { let roll = roll_d6() - log(`Roll: D${roll}`) + logi(`Roll: D${roll}`) roll += game.available_ops logi(`+${game.available_ops} from card ops`) @@ -2830,7 +2830,7 @@ function do_tst_attempt() { roll ++ logi('+1 from C' + C_LI_PENG) } - log(`Modified roll: ${roll}`) + //log(`Modified roll: ${roll}`) // TIANANMEN SQUARE ATTEMPT game.return = game.active -- cgit v1.2.3