From 083e9565e05e86c7bfce748d796a26d23e16168a Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 8 Jan 2013 23:34:18 +0400 Subject: [PATCH] Fixed engietape requiring both Atmos AND enginering access. Now need only one. --- code/WorkInProgress/Ported/policetape.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Ported/policetape.dm b/code/WorkInProgress/Ported/policetape.dm index 2c2e41025aa..43a41c5a937 100644 --- a/code/WorkInProgress/Ported/policetape.dm +++ b/code/WorkInProgress/Ported/policetape.dm @@ -40,7 +40,7 @@ /obj/item/tape/engineering name = "engineering tape" desc = "A length of engineering tape. Better not cross it." - req_access = list(access_engine,access_atmospherics) + req_one_access = list(access_engine,access_atmospherics) icon_base = "engineering" /obj/item/taperoll/attack_self(mob/user as mob)