summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:05:39 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:05:39 +0000
commit8789c01375061b74fc3919b9f49d497aa944b7b0 (patch)
tree8517eef4ff2c7f4284af95905cd8b4dee9193bb4
parent3906a65b1e02aa1b60853e3129f1f921f85bf5a6 (diff)
download1989-dawn-of-freedom-8789c01375061b74fc3919b9f49d497aa944b7b0.tar.gz
Fix typo
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 444b982..5dbf88d 100644
--- a/play.js
+++ b/play.js
@@ -926,7 +926,7 @@ function on_log(text, ix) {
text = text.replace(/£[CD][CU]\b/g, sub_icon)
text = text.replace(/\.cT(\d+)/g, sub_icon)
text = text.replace(/\.dT(\d+)/g, sub_icon)
- text = text.replace(/.to/g, sub_arrow)
+ text = text.replace(/\.to/g, sub_arrow)
if (text.match(/^\.h1/)) {
text = text.substring(4)