diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm index 02db7673f77..eaeac6f604d 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -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 = "Swarm communication - [src] states: [say_quote(message, get_spans())]" + var/rendered = "Swarm communication - [src] [say_quote(message, get_spans())]" if(message) for(var/mob/M in mob_list) if(isswarmer(M))