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.
This commit is contained in:
Loganbacca
2014-02-07 18:13:28 +13:00
parent e26844df12
commit 3978492ca4
2 changed files with 0 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ obj/machinery/atmospherics/trinary/filter
name = "Gas filter"
req_access = list(access_atmospherics)
var/on = 0
var/temp = null // -- TLE

View File

@@ -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