From 2552a34c21533c56b595c22886ec652bd78c71a8 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:02:33 -0700 Subject: [PATCH] Update hivelord.dm --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm index 56d112237e..248b5b9c82 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm @@ -84,10 +84,12 @@ pass_flags = PASSTABLE | PASSMOB //they shouldn't get stuck behind hivelords. density = FALSE del_on_death = 1 + var/swarming = TRUE /mob/living/simple_animal/hostile/asteroid/hivelordbrood/Initialize() . = ..() - AddComponent(/datum/component/swarming) //oh god not the bees + if(swarming) + AddComponent(/datum/component/swarming) //oh god not the bees addtimer(CALLBACK(src, .proc/death), 100) //Legion