Move locked airlock types to their own file.

This commit is contained in:
Pieter-Jan Briers
2020-05-21 23:48:43 +02:00
parent 54642bdd91
commit 958c101e52
2 changed files with 8 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
- type: entity
parent: airlock_engineering
id: airlock_engineering_locked
name: Engineering Airlock
suffix: Locked
components:
- type: AccessReader
required: ["engineering"]

View File

@@ -40,16 +40,6 @@
- type: Icon
sprite: Buildings/Doors/airlock_engineering_glass.rsi
- type: entity
parent: airlock_engineering
id: airlock_engineering_locked
name: Locked Engineering Airlock
components:
- type: AccessReader
required: ["engineering"]
- type: entity
parent: Airlock
id: airlock_medical