Merge pull request #13206 from Citadel-Station-13/silicons-patch-18

[s] xss
This commit is contained in:
Putnam3145
2020-08-18 19:24:14 -07:00
committed by GitHub
@@ -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"