Consolidates some /Destroy()s to make them properly delete (#17046)

* The mob/living/Destroy() consolidation

* The mob/Destroy() consolidation

* The /mob/living/carbon/human consolidation

* The datum/Destroy() Consolidation

* The /atom/movable/Destroy() Consolidation

* for human
This commit is contained in:
Cameron Lennox
2025-02-14 03:06:25 +01:00
committed by GitHub
parent 900d0144a7
commit b1fc0d4c70
19 changed files with 47 additions and 84 deletions
-4
View File
@@ -113,10 +113,6 @@
/mob/living
var/list/modifiers = list() // A list of modifier datums, which can adjust certain mob numbers.
/mob/living/Destroy()
remove_all_modifiers(TRUE)
return ..()
// Called by Life().
/mob/living/proc/handle_modifiers()
if(!modifiers.len) // No work to do.