diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 19:59:08 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 19:59:08 +0000 |
commit | 9af3b9a5a39f4ea60fdd4889cb65d6753d13e157 (patch) | |
tree | a692309898e135c596bce248ff79de8fd84d3262 | |
parent | 31d55d0b90e3fa555edb2e3668208b0c41a02d8c (diff) | |
download | 1989-dawn-of-freedom-9af3b9a5a39f4ea60fdd4889cb65d6753d13e157.tar.gz |
Update Action Round logging
-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/)) { |