bunch of unhandled refs (#16919)

* bunch of unhandled refs

* fix that (#6)
This commit is contained in:
Kashargul
2025-01-17 23:43:53 -05:00
committed by GitHub
parent da4c6f1f63
commit e2b68fd0ac
12 changed files with 30 additions and 10 deletions
+4
View File
@@ -92,3 +92,7 @@ SUBSYSTEM_DEF(mobs)
/datum/controller/subsystem/mobs/critfail()
..()
log_recent()
/mob/Destroy()
. = ..()
SSmobs.currentrun -= src
+4
View File
@@ -146,3 +146,7 @@ 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