From 4ac1a15288a36ca0651984080af74454e1531d3e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 25 May 2022 13:09:01 +0200 Subject: Past tense. --- play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.js') 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(/\.$/, ""); -- cgit v1.2.3