diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-01 22:22:18 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-01 22:22:18 +0000 |
commit | 0a935628e0b952615058493c3f317bb804de5169 (patch) | |
tree | 6b13abea7f437f4c5e0a950833f0729d43fb719f /rules.js | |
parent | 61bf91de549df935c4cfac0ba9173e1fd7dbeb5d (diff) | |
download | 1989-dawn-of-freedom-0a935628e0b952615058493c3f317bb804de5169.tar.gz |
Tidy up TST Award logging
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |