summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-18 13:47:08 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commit9dd5ae55293da6e9db3916872fac6cd0c1d3cf13 (patch)
treee5546da31dba67447fd66ac40c65b4aa313212bd /play.js
parentace80f277a3617edd2501f3a15420e11073752e7 (diff)
downloadandean-abyss-9dd5ae55293da6e9db3916872fac6cd0c1d3cf13.tar.gz
Log dropped shipments, Drug Profits, and Drug Bust.
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 5b31b40..e1b987e 100644
--- a/play.js
+++ b/play.js
@@ -1422,7 +1422,7 @@ function on_log(text) {
text = text.substring(3)
p.className = "italic"
}
- else if (text.match(/^\.f/)) {
+ else if (text.match(/^\.i/)) {
text = text.substring(3)
p.className = "indent italic"
}