Fix adding/removing airlock protections via welding (#19926)

This commit is contained in:
chromiumboy
2023-09-14 00:54:49 -05:00
committed by GitHub
parent 4c25483693
commit 3753fed920
8 changed files with 74 additions and 31 deletions

View File

@@ -21,6 +21,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/atmospherics.rsi
- type: WiresPanel
securityLevel: Level2
- type: Construction
node: airlockMedSecurity
@@ -71,6 +73,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/command.rsi
- type: WiresPanel
securityLevel: Level5
- type: Construction
node: airlockMaxSecurity
@@ -81,6 +85,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/security.rsi
- type: WiresPanel
securityLevel: Level2
- type: Construction
node: airlockMedSecurity
@@ -170,6 +176,8 @@
sprite: Structures/Doors/Airlocks/Glass/atmospherics.rsi
- type: PaintableAirlock
group: Glass
- type: WiresPanel
securityLevel: Level2
- type: Construction
node: glassAirlockMedSecurity
@@ -222,6 +230,8 @@
sprite: Structures/Doors/Airlocks/Glass/command.rsi
- type: PaintableAirlock
group: Glass
- type: WiresPanel
securityLevel: Level5
- type: Construction
node: glassAirlockMaxSecurity
@@ -234,6 +244,8 @@
sprite: Structures/Doors/Airlocks/Glass/security.rsi
- type: PaintableAirlock
group: Glass
- type: WiresPanel
securityLevel: Level2
- type: Construction
node: glassAirlockMedSecurity

View File

@@ -6,21 +6,25 @@
id: Level1
examine: wires-panel-component-on-examine-security-level1
wiresAccessible: false
weldingAllowed: false
- type: WiresPanelSecurityLevel
id: Level2
examine: wires-panel-component-on-examine-security-level2
wiresAccessible: false
weldingAllowed: false
- type: WiresPanelSecurityLevel
id: Level3
examine: wires-panel-component-on-examine-security-level3
wiresAccessible: false
weldingAllowed: false
- type: WiresPanelSecurityLevel
id: Level4
examine: wires-panel-component-on-examine-security-level4
wiresAccessible: false
weldingAllowed: false
- type: WiresPanelSecurityLevel
id: Level5
@@ -31,9 +35,11 @@
id: Level6
examine: wires-panel-component-on-examine-security-level6
wiresAccessible: false
weldingAllowed: false
- type: WiresPanelSecurityLevel
id: Level7
examine: wires-panel-component-on-examine-security-level7
wiresAccessible: false
weldingAllowed: false