From b3eba906dbeb0a7e94d39d114deb90a2d661824f Mon Sep 17 00:00:00 2001 From: AdamElTablawy Date: Sat, 26 Oct 2019 23:13:19 -0500 Subject: [PATCH] blacklists hellhounds from the xeno spawn pool (#12450) --- code/modules/mob/living/simple_animal/hostile/hellhound.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/hellhound.dm b/code/modules/mob/living/simple_animal/hostile/hellhound.dm index d83ca04d6c4..f5948fcb275 100644 --- a/code/modules/mob/living/simple_animal/hostile/hellhound.dm +++ b/code/modules/mob/living/simple_animal/hostile/hellhound.dm @@ -8,7 +8,6 @@ icon_dead = "hellhound_dead" icon_resting = "hellhound_rest" mutations = list(BREATHLESS) - gold_core_spawnable = HOSTILE_SPAWN atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) minbodytemp = 0 maxbodytemp = INFINITY @@ -126,4 +125,3 @@ melee_damage_lower = 20 melee_damage_upper = 30 environment_smash = 2 - gold_core_spawnable = NO_SPAWN