Enables SHOULD_CALL_PARENT for datum Destroy proc (#16828)

This commit is contained in:
Selis
2025-01-05 00:28:58 +01:00
committed by GitHub
parent 0f6fd44bf7
commit ee8fe38a8a
6 changed files with 6 additions and 1 deletions
@@ -103,6 +103,7 @@
mind_ref = null
limb_data.Cut()
organ_data.Cut()
..()
return QDEL_HINT_HARDDEL // For now at least there is no easy way to clear references to this in machines etc.
/datum/transhuman/body_record/proc/init_from_mob(var/mob/living/carbon/human/M, var/add_to_db = 0, var/ckeylock = 0, var/database_key)
@@ -106,6 +106,7 @@
/datum/tgui_state/air_alarm_remote/Destroy()
atmos_control = null
air_alarm = null
return ..()
/datum/tgui_module/atmos_control/ntos
ntos = TRUE