summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-01 22:22:43 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-01 22:22:43 +0000
commitb126d10c7e6044d55924f66c8e60c873898284c1 (patch)
tree60f68eda8f43e19ee61d917470709a81e06d41e0
parent0a935628e0b952615058493c3f317bb804de5169 (diff)
download1989-dawn-of-freedom-b126d10c7e6044d55924f66c8e60c873898284c1.tar.gz
Tidy up TST Award logging
-rw-r--r--rules.js8
1 files changed, 3 insertions, 5 deletions
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'