diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-18 13:47:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 9dd5ae55293da6e9db3916872fac6cd0c1d3cf13 (patch) | |
tree | e5546da31dba67447fd66ac40c65b4aa313212bd /play.js | |
parent | ace80f277a3617edd2501f3a15420e11073752e7 (diff) | |
download | andean-abyss-9dd5ae55293da6e9db3916872fac6cd0c1d3cf13.tar.gz |
Log dropped shipments, Drug Profits, and Drug Bust.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |