Merge pull request #11273 from Arturlang/blob_broacast_exploit

[s] Fixes blob broadcast HTML Injection.
This commit is contained in:
kevinz000
2020-02-28 04:28:41 -07:00
committed by GitHub

View File

@@ -321,7 +321,7 @@
set category = "Blob"
set name = "Blob Broadcast"
set desc = "Speak with your blob spores and blobbernauts as your mouthpieces."
var/speak_text = input(src, "What would you like to say with your minions?", "Blob Broadcast", null) as text
var/speak_text = stripped_input(src, "What would you like to say with your minions?", "Blob Broadcast", null)
if(!speak_text)
return
else