From 39d888318b4a3c25e5895acc8b4ce01cf41fb5bf Mon Sep 17 00:00:00 2001 From: ActuallyALovelyGrave <59647053+ActuallyALovelyGrave@users.noreply.github.com> Date: Fri, 12 Feb 2021 02:56:18 +0300 Subject: [PATCH] Headcrab/Headslug can be spawned via gold core (#3072) * Headcrab/Headslub now can be spawned via gold core * Update code/modules/mob/living/simple_animal/hostile/headcrab.dm Co-authored-by: Gandalf --- code/modules/mob/living/simple_animal/hostile/headcrab.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/headcrab.dm b/code/modules/mob/living/simple_animal/hostile/headcrab.dm index 850c9b6f974..bcb9fea16cd 100644 --- a/code/modules/mob/living/simple_animal/hostile/headcrab.dm +++ b/code/modules/mob/living/simple_animal/hostile/headcrab.dm @@ -22,6 +22,7 @@ speak_emote = list("squeaks") var/datum/mind/origin var/egg_lain = 0 + gold_core_spawnable = HOSTILE_SPAWN //SKYRAT EDIT ADDITION /mob/living/simple_animal/hostile/headcrab/Initialize() . = ..()