From 69e06802ab8ab54717e6c42bfa91b16842e3dc89 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Wed, 16 Jan 2013 22:09:03 +0400 Subject: [PATCH] Fixed issue #2158 Now shutters will work with crowbar without asking. --- code/game/machinery/doors/firedoor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index d7693b4b381..2d7e9acb2bc 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -123,7 +123,7 @@ else spawn(0) close() - + return var/access_granted = 0 var/users_name if(!istype(C, /obj)) //If someone hit it with their hand. We need to see if they are allowed.