diff --git a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm index bbf614ac84..2437b85dde 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm @@ -34,6 +34,10 @@ ..() if(!id_tag) id_tag = assign_uid_vents() + for(var/f in filter_types) + if(istext(f)) + filter_types -= f + filter_types += gas_id2path(f) /obj/machinery/atmospherics/components/unary/vent_scrubber/on on = TRUE