From 1249a34fc505138a7a27ac39251d760a3bda72bb Mon Sep 17 00:00:00 2001 From: Kim Ravn Hansen Date: Mon, 13 Oct 2025 16:01:48 +0200 Subject: [PATCH] Remove OS-rendered emoticons from string They were not necessary and not fitting the tone I want going forth --- scenes/prompt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenes/prompt.js b/scenes/prompt.js index f5114ff..60cce15 100755 --- a/scenes/prompt.js +++ b/scenes/prompt.js @@ -199,7 +199,7 @@ export class Prompt { } // - // Easter ægg + // Easter ægg(with an æ) // Example of having a string as a colon-handler - onColon__pull_out_wand = "You cannot pull out your wand right now! But thanks for trying 😘🍌🍆"; + onColon__pull_out_wand = "You cannot pull out your wand right now. Try again at a more appropriate time"; }