]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Command external airlocks (#33333)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Fri, 15 Nov 2024 13:40:52 +0000 (00:40 +1100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 13:40:52 +0000 (14:40 +0100)
add

Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml

index 71feb1d4e6ccda175204127f60dfdbffab7ddb32..974ab76422ad182d25366d3800f028bae3ea0052 100644 (file)
   - 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