[MIRROR] Refactors do_after w/ TG's do_after (#11486)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-22 17:35:16 -07:00
committed by GitHub
parent c1fffe13f3
commit f85a202d80
91 changed files with 558 additions and 310 deletions

View File

@@ -24,7 +24,7 @@
mobspawned.init_vore()
if(neutral == TRUE)
mobspawned.faction = "neutral"
RegisterSignal(mobspawned, COMSIG_PARENT_QDELETING, PROC_REF(clean_mob))
RegisterSignal(mobspawned, COMSIG_QDELETING, PROC_REF(clean_mob))
/obj/machinery/button/mob_spawner_button/proc/clean_mob()
SIGNAL_HANDLER