[MIRROR] Fixes animal spawners spawning mobs after death (#5284)
* Fixes ancient goliathes (#35242) * Fixes animal spawners spawning mobs after death
This commit is contained in:
committed by
Poojawa
parent
520b51c696
commit
23085154ab
@@ -32,6 +32,8 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/spawner/Life()
|
||||
. = ..()
|
||||
if(!.) // dead
|
||||
return
|
||||
spawn_mob()
|
||||
|
||||
/mob/living/simple_animal/hostile/spawner/proc/spawn_mob()
|
||||
|
||||
Reference in New Issue
Block a user