Atmospherics Access, Air Alarms, Doors, Locker (#7923)

This commit is contained in:
Emisse
2022-05-08 01:54:04 -06:00
committed by GitHub
parent 93c1d021de
commit da1e3c3dd8
48 changed files with 442 additions and 3 deletions

View File

@@ -95,6 +95,14 @@
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: AirlockAtmospherics
id: AirlockAtmosphericsLocked
suffix: Atmospherics, Locked
components:
- type: AccessReader
access: [["Atmospherics"]]
- type: entity
parent: AirlockCargo
id: AirlockCargoLocked
@@ -312,6 +320,14 @@
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: AirlockAtmosphericsGlass
id: AirlockAtmosphericsGlassLocked
suffix: Atmospherics, Locked
components:
- type: AccessReader
access: [["Atmospherics"]]
- type: entity
parent: AirlockCargoGlass
id: AirlockCargoGlassLocked
@@ -497,6 +513,14 @@
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: AirlockMaint
id: AirlockMaintAtmoLocked
suffix: Atmospherics, Locked
components:
- type: AccessReader
access: [["Atmospherics"]]
- type: entity
parent: AirlockMaint
id: AirlockMaintBarLocked

View File

@@ -13,7 +13,15 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/engineering.rsi
- type: entity
parent: Airlock
id: AirlockAtmospherics
suffix: Atmospherics
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/atmospherics.rsi
- type: entity
parent: Airlock
id: AirlockCargo
@@ -109,6 +117,16 @@
sprite: Structures/Doors/Airlocks/Glass/engineering.rsi
- type: PaintableAirlock
group: Glass
- type: entity
parent: AirlockGlass
id: AirlockAtmosphericsGlass
suffix: Atmospherics
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Glass/atmospherics.rsi
- type: PaintableAirlock
group: Glass
- type: entity
parent: AirlockGlass

View File

@@ -136,7 +136,7 @@
state_open: atmos_open
state_closed: atmos_door
- type: AccessReader
access: [ [ "Engineering" ] ]
access: [ [ "Atmospherics" ] ]
# Engineer
- type: entity

View File

@@ -47,7 +47,7 @@
bounds: "-0.25,-0.25,0.3,0.25"
layer: [ Passable ]
- type: AccessReader
access: [["Engineering"]]
access: [["Atmospherics"]]
- type: Appearance
visuals:
- type: AtmosMonitorVisualizer