Remove OS-rendered emoticons from string

They were not necessary and not fitting the tone I want going forth
This commit is contained in:
Kim Ravn Hansen
2025-10-13 16:01:48 +02:00
parent 00d55d638c
commit 1249a34fc5

View File

@@ -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";
}