From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:40:52 +0000 (+1100) Subject: Command external airlocks (#33333) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=97ce69fef6db91a4161524363615c1a0f1f09125;p=space-station-14.git Command external airlocks (#33333) add --- diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 71feb1d4e6..974ab76422 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -104,6 +104,28 @@ - type: Wires layoutId: AirlockEngineering +- type: entity + parent: AirlockExternal + id: AirlockExternalCommandLocked + suffix: External, Command, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCommand ] + - type: Wires + layoutId: AirlockCommand + +- type: entity + parent: AirlockExternalGlass + id: AirlockExternalGlassCommandLocked + suffix: External, Glass, Command, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCommand ] + - type: Wires + layoutId: AirlockCommand + - type: entity parent: AirlockExternal id: AirlockExternalAtmosphericsLocked