Split Door Bolt functionality out of AirlockDoor (#16354)

This commit is contained in:
Tom Leys
2023-06-01 02:23:35 +12:00
committed by GitHub
parent f419c20c49
commit a196756124
26 changed files with 283 additions and 161 deletions

View File

@@ -85,7 +85,7 @@
conditions:
- !type:EntityAnchored {}
- !type:DoorWelded {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
- !type:AllWiresCut
@@ -123,7 +123,7 @@
conditions:
- !type:EntityAnchored {}
- !type:DoorWelded {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
- !type:AllWiresCut

View File

@@ -153,7 +153,7 @@
conditions:
- !type:EntityAnchored {}
- !type:DoorWelded {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
steps:
@@ -185,7 +185,7 @@
conditions:
- !type:EntityAnchored {}
- !type:DoorWelded {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
steps:

View File

@@ -108,7 +108,7 @@
- to: wired
conditions:
- !type:EntityAnchored {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
- !type:AllWiresCut
@@ -206,7 +206,7 @@
- to: wired
conditions:
- !type:EntityAnchored {}
- !type:AirlockBolted
- !type:DoorBolted
value: false
- !type:WirePanel {}
- !type:ContainerNotEmpty # TODO ShadowCommander: Remove when map gets updated