summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-01 22:22:18 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-01 22:22:18 +0000
commit0a935628e0b952615058493c3f317bb804de5169 (patch)
tree6b13abea7f437f4c5e0a950833f0729d43fb719f /rules.js
parent61bf91de549df935c4cfac0ba9173e1fd7dbeb5d (diff)
download1989-dawn-of-freedom-0a935628e0b952615058493c3f317bb804de5169.tar.gz
Tidy up TST Award logging
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 40d58b3..4275ee8 100644
--- a/rules.js
+++ b/rules.js
@@ -3403,7 +3403,7 @@ function new_turn() {
//Check if TST effects need to be resolved
if ((game.dem_tst_position >=5 && game.com_tst_position <= 4) || (game.com_tst_position >= 5 && game.dem_tst_position <= 4)) {
- log_h2('Tiananmen Square Track award')
+ log_h2('Tiananmen Square Track Award')
if ((game.dem_tst_position >= 5 && game.com_tst_position <= 4 && game.active !== DEM) || (game.com_tst_position >= 5 && game.dem_tst_position <= 4 && game.active !== COM)) {
next_player()