Merge pull request #3745 from Tastyfish/announce-fix

Newlines 2 - IC Notes Boogaloo
This commit is contained in:
Fox McCloud
2016-02-29 22:43:39 -05:00
+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)