Also adding memories

This commit is contained in:
Tastyfish
2016-02-29 22:09:57 -05:00
parent eea6f30870
commit 402b6a3096
+1 -1
View File
@@ -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" = "<BR>"))
if(mind)
mind.store_memory(msg)