mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Refactors do_after w/ TG's do_after (#11486)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c1fffe13f3
commit
f85a202d80
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user