From 21214c0adae4eaec7b4ca6cb7489e9fef11fa1c4 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 25 Mar 2025 21:39:54 -0400 Subject: Fix timurid step 2 --- play.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index e72d022..220607a 100644 --- a/play.js +++ b/play.js @@ -1344,6 +1344,7 @@ function sub_space(match, p1) { const F_DS = '' const F_BK = '' const F_VE = '' +const F_MI = '' function on_log(text) { let p = document.createElement("div") @@ -1361,6 +1362,7 @@ function on_log(text) { text = text.replace(/\bFDS\b/g, F_DS) text = text.replace(/\bFBK\b/g, F_BK) text = text.replace(/\bFVE\b/g, F_VE) + text = text.replace(/\bFMI\b/g, F_MI) if (text.match(/^\.h1 Mongol Invaders/)) { text = text.substring(19) -- cgit v1.2.3