Nerf hacking a smidge (#5940)

This commit is contained in:
metalgearsloth
2022-01-26 15:26:53 +11:00
committed by GitHub
parent e63ad2eb0f
commit 73e7b53edf
6 changed files with 331 additions and 157 deletions

View File

@@ -143,6 +143,8 @@
components:
- type: AccessReader
access: [["Command"]]
- type: Wires
LayoutId: AirlockCommand
- type: entity
parent: AirlockCommand
@@ -199,6 +201,8 @@
components:
- type: AccessReader
access: [["Security"]]
- type: Wires
LayoutId: AirlockSecurity
- type: entity
parent: AirlockSecurity
@@ -207,6 +211,8 @@
components:
- type: AccessReader
access: [["Armory"]]
- type: Wires
LayoutId: AirlockArmory
- type: entity
parent: AirlockSecurity

View File

@@ -22,6 +22,8 @@
map: ["enum.DoorVisualLayers.BaseBolted"]
- state: panel_open
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Wires
LayoutId: Docking
- type: Door
bumpOpen: false
closeTimeTwo: 0.4

View File

@@ -81,7 +81,7 @@
path: /Audio/Machines/airlock_deny.ogg
- type: Wires
BoardName: "Windoor Control"
LayoutId: Airlock
LayoutId: Windoors
- type: UserInterface
interfaces:
- key: enum.WiresUiKey.Key
@@ -126,6 +126,8 @@
- state: panel_open
map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
visible: false
- type: Wires
LayoutId: Secure Windoors
- type: Destructible
thresholds:
- trigger:

View File

@@ -55,6 +55,8 @@
components:
- type: AccessReader
access: [["Command"]]
- type: Wires
LayoutId: WindoorCommand
# Cargo windoor
- type: entity
@@ -73,6 +75,8 @@
components:
- type: AccessReader
access: [["Security"]]
- type: Wires
LayoutId: WindoorSecurity
- type: entity
parent: WindoorSecure