summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-05 23:12:25 +0200
committerTor Andersson <tor@ccxvii.net>2024-06-05 23:12:54 +0200
commiteddf155524f44b5437a7028cbf33695a0d449f2c (patch)
tree9632c698ea652ef506f21cf8f818bf000d22bfa0 /play.js
parentf8c4a98ab031abda04b3b089d9a7d490da2ff9ae (diff)
downloadfriedrich-eddf155524f44b5437a7028cbf33695a0d449f2c.tar.gz
shorten combat prompts to fit mobile
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 31515b2..eecd8fe 100644
--- a/play.js
+++ b/play.js
@@ -1453,6 +1453,8 @@ function on_log(text) {
text = text.replace(/</g, "&lt;")
text = text.replace(/>/g, "&gt;")
+ text = text.replaceAll(" 1 troops", " 1 troop")
+
text = colorize(text)
text = text.replace(/S(\d+)/g, sub_space)
text = text.replace(/P(\d+)/g, sub_piece)