mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] bunch of unhandled refs (#9905)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
996493192a
commit
e6bb9c3f94
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user