From 402b6a3096fd6c9012d025ff0a4362707d468c5b Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Mon, 29 Feb 2016 21:43:37 -0500 Subject: [PATCH] Also adding memories --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 02e8fb50ef4..a48fab12ac2 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -625,7 +625,7 @@ var/list/slot_equipment_priority = list( \ set category = "IC" msg = copytext(msg, 1, MAX_MESSAGE_LEN) - msg = sanitize(msg) + msg = sanitize_simple(html_encode(msg), list("\n" = "
")) if(mind) mind.store_memory(msg)