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-02 08:22:06 +0000 |
commit | 6712dce38ddd84a2426770f50f6c5a196097cda6 (patch) | |
tree | 8034eb65b885d8ffa887e88ac9b5c89f9634f776 | |
parent | d4901969f9b83b17b8a929feff64d80ee2f5c5e6 (diff) | |
download | 1989-dawn-of-freedom-6712dce38ddd84a2426770f50f6c5a196097cda6.tar.gz |
Tidy up TST Award logging
-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() |