[MIRROR] adds missing SIGNAL_HANDLERs (#10768)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 22:06:18 +02:00
committed by GitHub
co-authored by SatinIsle
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions
@@ -93,5 +93,6 @@
// If simple_mob is bomphed, remove it from the list.
/datum/event2/event/mob_spawning/proc/on_mob_destruction(mob/M)
SIGNAL_HANDLER
spawned_mobs -= M
UnregisterSignal(M, COMSIG_OBSERVER_DESTROYED)