Adds no access freezer. (#17638)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2023-06-25 16:37:04 -05:00
committed by GitHub
parent 6a3dc3cc1d
commit ee5eeb9773
2 changed files with 12 additions and 4 deletions

View File

@@ -98,7 +98,7 @@
- type: entity - type: entity
parent: AirlockFreezer parent: AirlockFreezer
id: AirlockFreezerLocked id: AirlockFreezerLocked
suffix: Service, Locked suffix: Kitchen, Locked
components: components:
- type: AccessReader - type: AccessReader
access: [["Kitchen"]] access: [["Kitchen"]]

View File

@@ -145,21 +145,29 @@
# Freezer # Freezer
- type: entity - type: entity
id: LockerFreezer id: LockerFreezerBase
parent: LockerBase parent: LockerBase
name: freezer name: freezer
suffix: No Access
components: components:
- type: Appearance - type: Appearance
- type: EntityStorageVisuals - type: EntityStorageVisuals
stateBaseClosed: freezer stateBaseClosed: freezer
stateDoorOpen: freezer_open stateDoorOpen: freezer_open
stateDoorClosed: freezer_door stateDoorClosed: freezer_door
- type: AccessReader
access: [ [ "Kitchen" ] ]
- type: ExplosionResistance - type: ExplosionResistance
resistance: 0.90 resistance: 0.90
- type: AntiRottingContainer - type: AntiRottingContainer
- type: entity
id: LockerFreezer
parent: LockerFreezerBase
name: freezer
suffix: Kitchen, Locked
components:
- type: AccessReader
access: [ [ "Kitchen" ] ]
# Botanist # Botanist
- type: entity - type: entity
id: LockerBotanist id: LockerBotanist