Skip to content

Commit

Permalink
DoorElectronics fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KayzelW committed Nov 27, 2024
1 parent 12c6481 commit 720c321
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ent-DoorElectronicsCCSecurity = { ent-DoorElectronics }
ent-DoorElectronicsCentCom = { ent-DoorElectronics }
.suffix = ЦентКом, Закрыт
.desc = { ent-DoorElectronics.desc }
ent-DoorElectronicsCCArmory = { ent-DoorElectronics }
.suffix = ЦентКом, Оружейная, Закрыт
.desc = { ent-DoorElectronics.desc }
ent-DoorElectronicsCCOfficer = { ent-DoorElectronics }
.suffix = ЦентКом, Офицер, Закрыт
.desc = { ent-DoorElectronics.desc }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@
suffix: CentCom, Cargo, Locked
components:
- type: AccessReader
access: [["CCCargo"]]
access: [["CentralCommand", "CCCargo"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsCCSecurity
suffix: CentCom, Security, Locked
components:
- type: AccessReader
access: [["CCSecurity"]]
access: [["CentralCommand", "CCSecurity"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsCCArmory
suffix: CentCom, Security, Locked
components:
- type: AccessReader
access: [["CentralCommand", "CCSecurity", "CCOfficer"]]

- type: entity
parent: DoorElectronics
Expand All @@ -28,15 +36,15 @@
suffix: CentCom, Officer Locked
components:
- type: AccessReader
access: [["CCOfficer"]]
access: [["CentralCommand", "CCOfficer"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsCCAdmiral
suffix: CentCom, Admiral Locked
components:
- type: AccessReader
access: [["CCAdmiral"]]
access: [["CentralCommand", "CCAdmiral"]]

#ERT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
access: [ [ "CentralCommand", "CCOfficer", "CCSecurity"] ]
- type: ContainerFill
containers:
board: [ DoorElectronicsCCSecurity ]
board: [ DoorElectronicsCCArmory ]
- type: PaintableAirlock
group: Glass
department: null
Expand Down

0 comments on commit 720c321

Please sign in to comment.