summaryrefslogtreecommitdiff
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-02 08:22:06 +0000
commit6712dce38ddd84a2426770f50f6c5a196097cda6 (patch)
tree8034eb65b885d8ffa887e88ac9b5c89f9634f776
parentd4901969f9b83b17b8a929feff64d80ee2f5c5e6 (diff)
download1989-dawn-of-freedom-6712dce38ddd84a2426770f50f6c5a196097cda6.tar.gz
Tidy up TST Award logging
-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()