From 6d8f6481f399eb8c916b9b5bb2ea9913a9393e4d Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Sun, 14 Aug 2016 14:22:16 -0400 Subject: [PATCH] slows down swarmers --- 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 02db7673f7..59dada4de7 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -87,7 +87,7 @@ attacktext = "shocks" attack_sound = 'sound/effects/EMPulse.ogg' friendly = "pinches" - speed = 0 + speed = 1 faction = list("swarmer") AIStatus = AI_OFF pass_flags = PASSTABLE