From 2f6ab4aefb855c9901c7900d1ea5b572b9f9c86a Mon Sep 17 00:00:00 2001 From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Date: Sat, 11 May 2024 10:21:03 -0700 Subject: [PATCH] Mirror: Give cap door remote his access (#357) ## Mirror of PR #26378: [Give cap door remote his access](https://github.com/space-wizards/space-station-14/pull/26378) from space-wizards [space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14) ###### `ea818ea1b6d910fb1b86ee06648fc0da5a100a27` PR opened by Baptr0b0t at 2024-03-24 05:03:38 UTC --- PR changed 1 files with 2 additions and 2 deletions. The PR had the following labels: - No C# ---

Original Body

> > > > ## About the PR > > Add access to the command door remote. > ## Why / Balance > > Because of #26371 > The command remote control becomes useless and cannot access most doors > > ## Technical details > > YML configuration, change access group of command door remote > ## Media > > > - [x] this PR does not require an ingame showcase > > ## Breaking changes > > > **Changelog** > > > > :cl: > - fix: Fix access of command door remote.
Co-authored-by: SimpleStation14 --- 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 a2419101c65..736f73d915b 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