mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
@@ -632,6 +632,9 @@ GLOBAL_LIST_EMPTY(colored_images)
|
||||
/datum/controller/subsystem/air/proc/start_processing_machine(obj/machinery/machine)
|
||||
if(machine.atmos_processing)
|
||||
return
|
||||
if(QDELETED(machine))
|
||||
stack_trace("We tried to add a garbage collecting machine to SSair. Don't")
|
||||
return
|
||||
machine.atmos_processing = TRUE
|
||||
atmos_machinery += machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user