From 944a2a9af0592c66dcde7aaf05f6cef90b1d11c6 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 31 Dec 2024 10:58:23 +0000 Subject: Tweak TST events logging --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index cc8abea..3bdb051 100644 --- a/rules.js +++ b/rules.js @@ -6173,12 +6173,12 @@ function discarded_card() { // =================== TIANANMEN SQUARE TRACK FUNCTIONS ==================== function vm_tst_3() { - log('Tiananmen Square Track Award:') + log_gap('Tiananmen Square Track Award:') game.state = 'vm_tst_3_prep' } function vm_tst_4() { - log('Tiananmen Square Track Award:') + log_gap('Tiananmen Square Track Award:') game.vm_available_ops = 2 game.remove_opponent_infl = true log('Removed SP:') -- cgit v1.2.3