diff --git a/code/modules/admin/verbs/deadsay.dm b/code/modules/admin/verbs/deadsay.dm index 4a19070aae1..6a2056c0372 100644 --- a/code/modules/admin/verbs/deadsay.dm +++ b/code/modules/admin/verbs/deadsay.dm @@ -31,7 +31,7 @@ if(check_rights(R_ADMIN, 0)) stafftype = "ADMIN" - msg = sanitize(copytext_char(msg, 1, MAX_MESSAGE_LEN)) + msg = emoji_parse(sanitize(copytext_char(msg, 1, MAX_MESSAGE_LEN))) log_admin("[key_name(src)] : [msg]") if(!msg)