This commit is contained in:
Joan Lung
2016-07-12 15:52:13 -04:00
committed by KorPhaeron
parent b73fd0b457
commit 06e5603fc2
@@ -556,7 +556,7 @@
/mob/living/simple_animal/hostile/swarmer/proc/ContactSwarmers()
var/message = input(src, "Announce to other swarmers", "Swarmer contact")
// TODO get swarmers their own colour rather than just boldtext
var/rendered = "<B>Swarm communication - [src]</b> states: [say_quote(message, get_spans())]"
var/rendered = "<B>Swarm communication - [src]</b> [say_quote(message, get_spans())]"
if(message)
for(var/mob/M in mob_list)
if(isswarmer(M))