summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-05-25 13:09:01 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commit4ac1a15288a36ca0651984080af74454e1531d3e (patch)
tree80c159ad2513e0765cede5124b2f739aef2deeea /play.js
parenta5056f8f5d3b9db6998758e11fc6886af711dbb5 (diff)
downloadcrusader-rex-4ac1a15288a36ca0651984080af74454e1531d3e.tar.gz
Past tense.
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 586feea..216bbb3 100644
--- a/play.js
+++ b/play.js
@@ -63,9 +63,9 @@ function on_log(text) {
if (text.match(/^~ .* ~$/))
p.className = 'br', text = text.substring(2, text.length-2);
- else if (text.match(/^Start Frank turn/))
+ else if (text.match(/^Start Franks/))
p.className = 'F';
- else if (text.match(/^Start Saracen turn/))
+ else if (text.match(/^Start Saracens/))
p.className = 'S';
else if (text.match(/^Start /))
p.className = 'st', text = text.replace(/\.$/, "");