From de30035396202a4efda022e5edc99370f8397ff7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 10 Apr 2025 14:11:14 +0200 Subject: Spelling, capitalization, and some rewording pass over event prompts. --- play.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 8de43c3..57b204d 100644 --- a/play.js +++ b/play.js @@ -1395,6 +1395,10 @@ const F_MI = '' const I_BK = '' const I_VE = '' +function on_prompt(text) { + return text.replaceAll("a Amir", "an Amir") +} + function on_log(text) { let p = document.createElement("div") let sub_text = "" -- cgit v1.2.3