From dac81dddc5883db6bad9a1e5699a8d51d23093af Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 1 Nov 2024 22:22:43 +0000 Subject: Tidy up TST Award logging --- rules.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 4275ee8..ce9fc11 100644 --- a/rules.js +++ b/rules.js @@ -3247,7 +3247,6 @@ function end_round() { return } else if (game.dem_tst_position >= 6 && game.com_tst_position <= 5) { - log_h2('Tiananmen Square Track Award') if (game.active !== DEM) { next_player() } @@ -3257,7 +3256,6 @@ function end_round() { goto_vm(206) return } else if (game.com_tst_position >= 6 && game.dem_tst_position <= 5) { - log_h2('Tiananmen Square Track Award') if (game.active !== COM) { next_player() } @@ -5236,18 +5234,18 @@ function discarded_card() { // =================== TIANANMEN SQUARE TRACK FUNCTIONS ==================== function vm_tst_3() { - log_gap('Tiananmen Square Track award') + log_gap('Tiananmen Square Track Award') game.state = 'vm_tst_3_prep' } function vm_tst_4() { - log_gap('Tiananmen Square Track award') + log_gap('Tiananmen Square Track Award') game.vm_available_ops = 2 game.remove_opponent_infl = true game.state = 'vm_tst_4' } function vm_tst_6() { - log_h3('Tiananmen Square Track award') + log_h3('Tiananmen Square Track Award') game.vm_available_ops = 1 game.temp = 1 //Set temp to 1, so that Card 1 is called during the support check, which has 2 ops game.state = 'vm_tst_6' -- cgit v1.2.3