[MIRROR] bunch of unhandled refs (#9905)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-18 10:33:23 -07:00
committed by GitHub
parent 996493192a
commit e6bb9c3f94
9 changed files with 9 additions and 17 deletions

View File

@@ -98,9 +98,6 @@ SUBSYSTEM_DEF(mobs)
..()
log_recent()
//CHOMPEdit Begin
//Mobs need to immediately removed from the SS list on Destroy
/mob/Destroy()
. = ..()
SSmobs.currentrun -= src
//CHOMPEdit End

View File

@@ -147,9 +147,6 @@ SUBSYSTEM_DEF(radiation)
var/turf/epicentre = locate(round(world.maxx / 2), round(world.maxy / 2), source.z)
flat_radiate(epicentre, power, world.maxx, respect_maint)
//CHOMPEdit Begin
//Putting this here so it can be promptly nuked if I ever redo the radiation subsystem
/mob/living/Destroy()
. = ..()
SSradiation.listeners -= src
//CHOMPEdit End