mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Fix several hard-dels, add harddel ref tracking (#16174)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user