From 9af3b9a5a39f4ea60fdd4889cb65d6753d13e157 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 5 Dec 2024 19:59:08 +0000 Subject: Update Action Round logging --- play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index ab569bc..0135fd3 100644 --- a/play.js +++ b/play.js @@ -903,13 +903,13 @@ function on_log(text, ix) { p.className = "h2" log_event = 0 } else if (text.match(/^\.d/)) { - text = "Democrat" + text = "Democrat Action Round" p.className = "h2 dem" log_event = 0 } /*else if (text.match(/\.D$/)) { p.classList.add("dem") } */ else if (text.match(/^\.c/)) { - text = "Communist" + text = "Communist Action Round" p.className = "h2 com" log_event = 0 } else if (text.match(/^\.h3/)) { -- cgit v1.2.3