mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user