summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
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 = '<img class="f" src="images/Flags_MI.png">'
const I_BK = '<img class="i" src="images/Influence_BK.png">'
const I_VE = '<img class="i" src="images/Influence_VE.png">'
+function on_prompt(text) {
+ return text.replaceAll("a Amir", "an Amir")
+}
+
function on_log(text) {
let p = document.createElement("div")
let sub_text = ""