Fix several hard-dels, add harddel ref tracking (#16174)

This commit is contained in:
Wildkins
2023-04-10 16:42:20 -04:00
committed by GitHub
parent e9a9bb3323
commit 3f4786ab23
30 changed files with 418 additions and 905 deletions
@@ -18,6 +18,12 @@
var/datum/weakref/sensor_ref
var/list/last_scan
/obj/machinery/computer/ship/sensors/Destroy()
QDEL_NULL(sound_token)
sensors = null
identification = null
return ..()
/obj/machinery/computer/ship/sensors/proc/get_sensors()
return sensors