From b9a101047c7b3f48fce4bfb28efd7ae505386b3d Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 1 Apr 2025 16:22:04 -0400 Subject: Mongol Invaders as cubes --- play.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 6e7eef0..67d15ca 100644 --- a/play.js +++ b/play.js @@ -1364,6 +1364,7 @@ function sub_space(match, p1) { return `${n}` } +const C_MI = '' const F_DS = '' const F_BK = '' const F_VE = '' @@ -1382,6 +1383,7 @@ function on_log(text) { text = text.replace(//g, ">") + text = text.replace(/\bCMI\b/g, C_MI) text = text.replace(/\bFDS\b/g, F_DS) text = text.replace(/\bFBK\b/g, F_BK) text = text.replace(/\bFVE\b/g, F_VE) -- cgit v1.2.3