Update suppression.dm

This commit is contained in:
silicons
2020-08-18 18:52:06 -07:00
committed by GitHub
parent b50ccb980c
commit ce80f64d27
@@ -176,7 +176,7 @@
sent_message = message_setting.get_value()
if(host_mob.stat == DEAD)
return
to_chat(host_mob, "<i>You hear a strange, robotic voice in your head...</i> \"<span class='robot'>[sent_message]</span>\"")
to_chat(host_mob, "<i>You hear a strange, robotic voice in your head...</i> \"<span class='robot'>[html_encode(sent_message)]</span>\"")
/datum/nanite_program/comm/hallucination
name = "Hallucination"