mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Merge pull request #3745 from Tastyfish/announce-fix
Newlines 2 - IC Notes Boogaloo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user