This commit is contained in:
vm-silicons
2025-12-19 23:46:31 -08:00
parent 963ea21468
commit ecd7645db9
47 changed files with 4742 additions and 5055 deletions
+1 -1
View File
@@ -27,10 +27,10 @@
/// Deactivates the functionality defines by the element on the given datum
/datum/element/proc/Detach(datum/source, force)
SHOULD_CALL_PARENT(TRUE)
SIGNAL_HANDLER
SEND_SIGNAL(source, COMSIG_ELEMENT_DETACH, src)
SHOULD_CALL_PARENT(TRUE)
UnregisterSignal(source, COMSIG_PARENT_QDELETING)
/datum/element/Destroy(force)