some dreamchecker fixes and a for loop change (#29997)

This commit is contained in:
Toastical
2025-08-06 00:05:00 +03:00
committed by GitHub
parent a877c1a5a1
commit e35ff2dcb2
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,8 +37,8 @@
/// Deactivates the functionality defines by the element on the given datum
/datum/element/proc/Detach(datum/source, force)
SHOULD_CALL_PARENT(TRUE)
SEND_SIGNAL(source, COMSIG_ELEMENT_DETACH, src)
SHOULD_CALL_PARENT(1)
UnregisterSignal(source, COMSIG_PARENT_QDELETING)
/datum/element/Destroy(force)