From f45e09a2d008df7e7241871d5abdbd64e876457f Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Wed, 9 Aug 2017 14:44:23 -0400 Subject: [PATCH] fixes a sentance --- code/game/gamemodes/miniantags/bot_swarm/swarmer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)