From d81d102b33518ea0ff62993a4c26555abe1ed083 Mon Sep 17 00:00:00 2001 From: shizcalev Date: Sun, 30 Jul 2017 08:40:13 -0400 Subject: [PATCH] Corrected holding cell access requirements Closes #29580 --- code/game/machinery/doors/windowdoor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/windowdoor.dm b/code/game/machinery/doors/windowdoor.dm index 9a8d2c2e3ba..7f8cbce0f4a 100644 --- a/code/game/machinery/doors/windowdoor.dm +++ b/code/game/machinery/doors/windowdoor.dm @@ -316,7 +316,7 @@ /obj/machinery/door/window/brigdoor/security/holding name = "holding cell door" - req_access = list(ACCESS_SEC_DOORS, ACCESS_LAWYER) //love for the lawyer + req_one_access = list(ACCESS_SEC_DOORS, ACCESS_LAWYER) //love for the lawyer /obj/machinery/door/window/clockwork name = "brass windoor"