diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 444836a0eb8..958fe72a6f7 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -546,4 +546,6 @@ proc/checkhtml(var/t) text = replacetext(text, "
", "\[logo\]")
- return text
\ No newline at end of file
+ return text
+
+#define string2charlist(string) (splittext(string, regex("(\\x0A|.)")) - splittext(string, ""))
\ No newline at end of file