From 99475488d3edb264b918170781ec92b512dab42a Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sat, 22 Feb 2020 15:45:06 -0600 Subject: [PATCH] mistake --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 5 +++++ 1 file changed, 5 insertions(+) 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 11de9df70b..1837f5b216 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 @@ -135,6 +135,11 @@ crusher_drop_mod = 20 dwarf_mob = TRUE +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/beegion + name = "beegion" + desc = "You can still see what was once a human under the shifting mass of - oh my God, those are bees." + brood_type = /mob/living/simple_animal/hostile/poison/bees/toxin + /mob/living/simple_animal/hostile/asteroid/hivelord/legion/death(gibbed) visible_message("The skulls on [src] wail in anger as they flee from their dying host!") var/turf/T = get_turf(src)