From 40cffda09e2e077dcca7d6725de0daa4f885c06b Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Fri, 29 Dec 2017 12:26:54 -0500 Subject: [PATCH] Update 13_soulcatcher.dm --- code/modules/nifsoft/software/13_soulcatcher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/13_soulcatcher.dm b/code/modules/nifsoft/software/13_soulcatcher.dm index 6e96199a12..31cd189b5c 100644 --- a/code/modules/nifsoft/software/13_soulcatcher.dm +++ b/code/modules/nifsoft/software/13_soulcatcher.dm @@ -110,7 +110,7 @@ printed after an intro ending with: \"Around you, you see...\" to the prey. If you already \ have prey, this will be printed to them after \"Your surroundings change to...\". Limit 2048 char.", \ "VR Environment", html_decode(inside_flavor)) as message - new_flavor = sanitize(new_flavor) + new_flavor = sanitize(new_flavor, MAX_MESSAGE_LEN*2) inside_flavor = new_flavor nif.notify("Updating VR environment...") for(var/brain in brainmobs)