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
parent: AirlockFreezer
id: AirlockFreezerLocked
suffix: Service, Locked
suffix: Kitchen, Locked
components:
- type: AccessReader
access: [["Kitchen"]]

View File

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