[s] Clean up some inputs

This commit is contained in:
CitadelStationBot
2017-08-14 02:44:24 -05:00
parent 6d72705ff5
commit 7fe8dd208d
5 changed files with 4 additions and 5 deletions
@@ -654,7 +654,7 @@
to_chat(M, "[link] [rendered]")
/mob/living/simple_animal/hostile/swarmer/proc/ContactSwarmers()
var/message = input(src, "Announce to other swarmers", "Swarmer contact")
var/message = stripped_input(src, "Announce to other swarmers", "Swarmer contact")
// TODO get swarmers their own colour rather than just boldtext
if(message)
swarmer_chat(message)