From 3978492ca42f3373b1dfa2914028ab78ac144f0d Mon Sep 17 00:00:00 2001 From: Loganbacca Date: Fri, 7 Feb 2014 18:13:28 +1300 Subject: [PATCH] Removed ID requirement for gas filters So they can be used in other areas of the station (like toxins and the engine room) without needing atmos access to change settings. --- code/ATMOSPHERICS/components/trinary_devices/filter.dm | 2 -- code/ATMOSPHERICS/components/trinary_devices/mixer.dm | 2 -- 2 files changed, 4 deletions(-) diff --git a/code/ATMOSPHERICS/components/trinary_devices/filter.dm b/code/ATMOSPHERICS/components/trinary_devices/filter.dm index acc528e6110..967d9f95318 100755 --- a/code/ATMOSPHERICS/components/trinary_devices/filter.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/filter.dm @@ -5,8 +5,6 @@ obj/machinery/atmospherics/trinary/filter name = "Gas filter" - req_access = list(access_atmospherics) - var/on = 0 var/temp = null // -- TLE diff --git a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm index 6d532286de8..bcff8e09cce 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm @@ -5,8 +5,6 @@ obj/machinery/atmospherics/trinary/mixer name = "Gas mixer" - req_access = list(access_atmospherics) - var/on = 0 var/target_pressure = ONE_ATMOSPHERE