mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +01:00
Enables SHOULD_CALL_PARENT for datum Destroy proc (#16828)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user