[MIRROR] Many new global signals from downstream (#12051)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-27 20:37:30 -07:00
committed by GitHub
parent 9c25b75d6c
commit 408eeaa5d1
15 changed files with 50 additions and 8 deletions

View File

@@ -74,7 +74,7 @@
/datum/construction/proc/spawn_result()
if(result)
new result(get_turf(holder))
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_MECH_CONSTRUCTED, new result(get_turf(holder)))
spawn()
qdel(holder)
return