diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/)) { |