From bce376e875f4788eabcc7488c9ead93c193a4a57 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sun, 11 Oct 2015 22:57:18 -0400 Subject: [PATCH] Updating for Pull refactor I realease a swarmer a day on github until this is merged. --- code/modules/mob/living/simple_animal/bot_swarm/swarmer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot_swarm/swarmer.dm b/code/modules/mob/living/simple_animal/bot_swarm/swarmer.dm index 9e01622efc4..fcd66d3f790 100644 --- a/code/modules/mob/living/simple_animal/bot_swarm/swarmer.dm +++ b/code/modules/mob/living/simple_animal/bot_swarm/swarmer.dm @@ -77,7 +77,7 @@ /mob/living/simple_animal/hostile/swarmer/New() ..() add_language("Swarmer", 1) - verbs -= /atom/movable/verb/pull + verbs -= /mob/living/verb/pulled updatename() /mob/living/simple_animal/hostile/swarmer/Stat()