From 19efaba061e9924ef90b851f8ca10bece1f5f066 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Mon, 22 Feb 2021 13:37:49 -0300 Subject: [PATCH] upload hivelord.dm --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 2 +- 1 file changed, 1 insertion(+), 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 f742bfb8d1..340458c132 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 @@ -216,7 +216,7 @@ H.forceMove(L) qdel(src) -/mob/living/simple_animal/hostile/asteroid/hivelordbrood/legion/proc/check_infest_type(mob/living/carbon/human) +/mob/living/simple_animal/hostile/asteroid/hivelordbrood/legion/proc/check_infest_type(mob/living/carbon/human/human) var/mob/living/simple_animal/hostile/asteroid/hivelord/legion/L var/list/blacklisted_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf) if(HAS_TRAIT(human, TRAIT_DWARF)) //dwarf legions aren't just fluff!