From 4ac6b49871373ec19f3a677babd14fddd8ce530d Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 31 Jul 2017 08:58:05 -0500 Subject: [PATCH] Corrected holding cell access requirements --- 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 9a8d2c2e3b..7f8cbce0f4 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"