From 4f77a856f0809ba2a3b2e01519de6d3a29a0f6f6 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:36:26 -0400 Subject: [PATCH] [s] Fixes certain types of hellhounds spawning from gold cores (#30030) * Fixes certain types of hellhounds spawning from gold cores * Damn it --- code/modules/mob/living/basic/hostile/hellhound.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/basic/hostile/hellhound.dm b/code/modules/mob/living/basic/hostile/hellhound.dm index e7593095fa5..926ec47684a 100644 --- a/code/modules/mob/living/basic/hostile/hellhound.dm +++ b/code/modules/mob/living/basic/hostile/hellhound.dm @@ -104,6 +104,7 @@ smoke_freq = 20 SECONDS life_regen_cycle_trigger = 5 melee_damage_lower = 20 + gold_core_spawnable = NO_SPAWN /mob/living/basic/hellhound/greater/Initialize(mapload) . = ..() @@ -148,3 +149,4 @@ health = 300 melee_damage_lower = 30 melee_damage_upper = 50 + gold_core_spawnable = NO_SPAWN