From 943e3b133515a662c2fc15246e64637a42ac85a7 Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Mon, 14 Dec 2015 20:23:10 -0500 Subject: [PATCH 1/2] Update mixer.dm --- code/ATMOSPHERICS/components/trinary_devices/mixer.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm index 9e39a0b40f3..6ac8ab95b1c 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm @@ -3,9 +3,6 @@ density = 0 name = "gas mixer" - - req_access = list(access_atmospherics) - can_unwrench = 1 var/on = 0 From a5df034693a186ac12bb96f3642f73be6f8d1a7c Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Mon, 14 Dec 2015 20:25:32 -0500 Subject: [PATCH 2/2] 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