[s] Fixes certain types of hellhounds spawning from gold cores (#30030)

* Fixes certain types of hellhounds spawning from gold cores

* Damn it
This commit is contained in:
PollardTheDragon
2025-08-07 21:36:26 -04:00
committed by GitHub
parent f8c97bfed8
commit 4f77a856f0
@@ -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