mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Fixed cockroach spawners not doing anything (#91577)
## About The Pull Request In my infinite hubris and sloth, I foolishly assumed mob spawners 'spawn' 'mobs'. In truth, they actually do Absolutely Nothing and it's just the ghost_role and corpse subtypes that actually do anything. It's still my bad but, bruh. bruh uruhurb,,, ## Why It's Good For The Game closes #91575 Cock Roach ## Changelog 🆑 fix: Fixed cockroach spawners not doing anything /🆑
This commit is contained in:
@@ -374,4 +374,6 @@
|
||||
/obj/effect/mob_spawn/cockroach/Initialize(mapload)
|
||||
if(prob(bloodroach_chance))
|
||||
mob_type = /mob/living/basic/cockroach/bloodroach
|
||||
return ..()
|
||||
. = ..()
|
||||
INVOKE_ASYNC(src, PROC_REF(create))
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user