mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixed scrubbers runtiming
This commit is contained in:
@@ -199,6 +199,7 @@ Helpers
|
||||
*/
|
||||
|
||||
/obj/machinery/atmospherics/components/proc/update_parents()
|
||||
for(var/I = 1; I <= device_type; I++)
|
||||
var/datum/pipeline/parent = parents["p[I]"]
|
||||
parent.update = 1
|
||||
for(var/P in parents)
|
||||
var/datum/pipeline/parent = parents["[P]"]
|
||||
if (parent && istype(parent))
|
||||
parent.update = 1
|
||||
Reference in New Issue
Block a user