summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-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'