summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-05 01:46:20 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-21 00:28:20 +0200
commit8342ef0cb3dc9ba5a1ba500c07bc96ba5667047a (patch)
tree0fbbf6ecbe66bb86ffe1755a00775603f3c8c9b8 /play.js
parent19baf7f25bd23361f84f348396d525cc88a06e68 (diff)
downloadwashingtons-war-8342ef0cb3dc9ba5a1ba500c07bc96ba5667047a.tar.gz
stuff
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 70279fa..0d12cdd 100644
--- a/play.js
+++ b/play.js
@@ -832,7 +832,7 @@ function on_log(text) {
)
p.className = "n"
- if (text.startsWith("Moved G"))
+ if (text.startsWith("Moved G") || text.startsWith("Landing Party"))
p.className = "m"
text = text.replace(/&/g, "&amp;")