[MIRROR] Consolidates some /Destroy()s to make them properly delete (#10171)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-14 22:03:28 -07:00
committed by GitHub
parent f655daef72
commit 42463a356a
20 changed files with 49 additions and 86 deletions

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.