[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

@@ -97,7 +97,3 @@ SUBSYSTEM_DEF(mobs)
/datum/controller/subsystem/mobs/critfail()
..()
log_recent()
/mob/Destroy()
. = ..()
SSmobs.currentrun -= src

View File

@@ -146,7 +146,3 @@ SUBSYSTEM_DEF(radiation)
return
var/turf/epicentre = locate(round(world.maxx / 2), round(world.maxy / 2), source.z)
flat_radiate(epicentre, power, world.maxx, respect_maint)
/mob/living/Destroy()
. = ..()
SSradiation.listeners -= src