From 0a935628e0b952615058493c3f317bb804de5169 Mon Sep 17 00:00:00 2001
From: iainp5 <iain.pearce.ip@gmail.com>
Date: Fri, 1 Nov 2024 22:22:18 +0000
Subject: Tidy up TST Award logging

---
 rules.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
cgit v1.2.3