summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-05 19:59:08 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-05 19:59:08 +0000
commit9af3b9a5a39f4ea60fdd4889cb65d6753d13e157 (patch)
treea692309898e135c596bce248ff79de8fd84d3262
parent31d55d0b90e3fa555edb2e3668208b0c41a02d8c (diff)
download1989-dawn-of-freedom-9af3b9a5a39f4ea60fdd4889cb65d6753d13e157.tar.gz
Update Action Round logging
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
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/)) {