diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm index 34b0de26c2b..25f41347a21 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -27,7 +27,7 @@ "After some fiddling, you find a way to disable [src]'s power source.", "You hear clicking.") name = "deactivated swarmer" - desc = "A shell of swarmer that was completely powered down. It no longer can activate itself." + desc = "A shell of swarmer that was completely powered down. It can no longer activate itself." crit_fail = 1 /obj/item/device/unactivated_swarmer/attack_ghost(mob/user as mob)