Skip to content

Commit

Permalink
fixIssueAccess (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Surani1 authored May 11, 2024
1 parent 35bb1b9 commit e32dada
Showing 1 changed file with 30 additions and 38 deletions.
68 changes: 30 additions & 38 deletions Resources/Prototypes/SS220/Entities/Structures/doors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,48 +59,45 @@
sprite: SS220/Structures/Doors/centcomm_glass.rsi
- type: PaintableAirlock
group: Glass
- type: AccessReader
access: [["CentralCommand"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockGlassCentcomm
id: AirlockGlassCentcommLockedERT
suffix: ЦК, Закрыто, ОБР
components:
- type: AccessReader
access: [["CentralCommandERT"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockGlassCentcomm
id: AirlockGlassCentcommLockedGSN
suffix: ЦК, Закрыто, ГСН
components:
- type: AccessReader
access: [["CentralCommandGSN"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockGlassCentcomm
id: AirlockGlassCentcommLockedDeathSquad
suffix: ЦК, Закрыто, Эскадрон Смерти
components:
- type: AccessReader
access: [["CentralCommandDeathSquad"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockGlassCentcomm
id: AirlockGlassCentcommLockedCBURN
suffix: ЦК, Закрыто, отряд РХБЗ
components:
- type: AccessReader
access: [["CentralCommandCBURN"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: Airlock
Expand All @@ -119,48 +116,43 @@
components:
- type: Sprite
sprite: SS220/Structures/Doors/centcomm.rsi
- type: AccessReader
access: [["CentralCommand"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockCentcomm
id: AirlockCentcommLockedGSN
suffix: ЦК, Закрыто, ГСН
components:
- type: AccessReader
access: [["CentralCommandGSN"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockCentcomm
id: AirlockCentcommLockedERT
suffix: ЦК, Закрыто, ОБР
components:
- type: AccessReader
access: [["CentralCommandERT"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

- type: entity
parent: AirlockCentcomm
id: AirlockCentcommLockedDeathSquad
suffix: ЦК, Закрыто, Эскадрон Смерти
components:
- type: AccessReader
access: [["CentralCommandDeathSquad"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]


- type: entity
parent: AirlockCentcomm
id: AirlockCentcommLockedCBURN
suffix: ЦК, Закрыто, Отряд РХБЗ
components:
- type: AccessReader
access: [["CentralCommandCBURN"]]
- type: Wires
layoutId: AirlockCommand
- type: ContainerFill
containers:
board: [ DoorElectronicsCentralCommand ]

0 comments on commit e32dada

Please sign in to comment.