summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-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/)) {