From 2f2ddbad5a3378b6c09670ae574c56814dd141af Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Fri, 21 Feb 2020 12:07:58 +0000 Subject: [PATCH] removes density from skulls --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 1 + 1 file changed, 1 insertion(+) 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 4a5e0b625e..227e70bdf4 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 @@ -82,6 +82,7 @@ obj_damage = 0 environment_smash = ENVIRONMENT_SMASH_NONE pass_flags = PASSTABLE | PASSMOB //they shouldn't get stuck behind hivelords. + density = FALSE del_on_death = 1 /mob/living/simple_animal/hostile/asteroid/hivelordbrood/Initialize()