From a5df034693a186ac12bb96f3642f73be6f8d1a7c Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Mon, 14 Dec 2015 20:25:32 -0500 Subject: [PATCH] noaccsesrequirements on mixers --- code/ATMOSPHERICS/components/trinary_devices/filter.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/ATMOSPHERICS/components/trinary_devices/filter.dm b/code/ATMOSPHERICS/components/trinary_devices/filter.dm index 11b47197251..b37e8b08a86 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/filter.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/filter.dm @@ -11,8 +11,6 @@ name = "gas filter" - req_access = list(access_atmospherics) - can_unwrench = 1 var/on = 0