From c2394746b478572e4d0e811852f2e9accbdbc3fa Mon Sep 17 00:00:00 2001 From: AdamElTablawy Date: Mon, 21 Oct 2019 15:47:03 -0700 Subject: [PATCH] removes xenoling --- code/modules/mob/living/simple_animal/hostile/headcrab.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/headcrab.dm b/code/modules/mob/living/simple_animal/hostile/headcrab.dm index 35b18d55fe54..55f5078b13a5 100644 --- a/code/modules/mob/living/simple_animal/hostile/headcrab.dm +++ b/code/modules/mob/living/simple_animal/hostile/headcrab.dm @@ -22,7 +22,7 @@ ventcrawler = VENTCRAWLER_ALWAYS var/datum/mind/origin var/egg_lain = 0 - gold_core_spawnable = HOSTILE_SPAWN //yogs + gold_core_spawnable = NO_SPAWN //yogs /mob/living/simple_animal/hostile/headcrab/proc/Infect(mob/living/carbon/victim) var/obj/item/organ/body_egg/changeling_egg/egg = new(victim)