From ea818ea1b6d910fb1b86ee06648fc0da5a100a27 Mon Sep 17 00:00:00 2001 From: Baptr0b0t <152836416+Baptr0b0t@users.noreply.github.com> Date: Sun, 24 Mar 2024 06:19:14 +0100 Subject: [PATCH] Give cap door remote his access (#26378) Give cap doorremote his access --- Resources/Prototypes/Entities/Objects/Devices/door_remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index 25ac56a6da..e63c7f2e03 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -9,7 +9,7 @@ sprite: Objects/Devices/door_remote.rsi - type: Item storedRotation: -90 - - type: Access + - type: Access #No access, useless - type: DoorRemote - type: StealTarget stealGroup: DoorRemote @@ -28,7 +28,7 @@ color: "#9f9f00" - type: Access groups: - - Command + - AllAccess #Cap must be able to control the station - type: entity parent: DoorRemoteDefault -- 2.51.2