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 3ce0f33..1c6165b 100644
--- a/play.js
+++ b/play.js
@@ -81,9 +81,9 @@ function on_log(text) {
if (text.match(/^~ .* ~$/))
p.className = 'br', text = text.substring(2, text.length-2);
- else if (text.match(/^Start Caesar turn/))
+ else if (text.match(/^Start Caesar/))
p.className = 'C';
- else if (text.match(/^Start Pompeius turn/))
+ else if (text.match(/^Start Pompeius/))
p.className = 'P';
else if (text.match(/^Start /))
p.className = 'st', text = text.replace(/\.$/, "");