From 34486f7451465acd4d1e22d792f6fc07f2a25d14 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Thu, 30 May 2024 10:25:07 -0700 Subject: [PATCH] Fix firelocks not requiring engineering access (#28415) --- .../Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml index c098409f3a..d6815abcdc 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml @@ -105,6 +105,8 @@ arc: 360 - type: StaticPrice price: 150 + - type: AccessReader + access: [ [ "Engineering" ] ] - type: PryUnpowered pryModifier: 0.5 -- 2.51.2