From 958c101e52c851887174bf6cc9599b597129cb15 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 21 May 2020 23:48:43 +0200 Subject: [PATCH] Move locked airlock types to their own file. --- .../Prototypes/Entities/Buildings/airlock_access.yml | 8 ++++++++ .../Prototypes/Entities/Buildings/airlock_types.yml | 10 ---------- 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 Resources/Prototypes/Entities/Buildings/airlock_access.yml diff --git a/Resources/Prototypes/Entities/Buildings/airlock_access.yml b/Resources/Prototypes/Entities/Buildings/airlock_access.yml new file mode 100644 index 0000000000..6bffa1c88a --- /dev/null +++ b/Resources/Prototypes/Entities/Buildings/airlock_access.yml @@ -0,0 +1,8 @@ +- type: entity + parent: airlock_engineering + id: airlock_engineering_locked + name: Engineering Airlock + suffix: Locked + components: + - type: AccessReader + required: ["engineering"] diff --git a/Resources/Prototypes/Entities/Buildings/airlock_types.yml b/Resources/Prototypes/Entities/Buildings/airlock_types.yml index d3b2f17098..f5407b8007 100644 --- a/Resources/Prototypes/Entities/Buildings/airlock_types.yml +++ b/Resources/Prototypes/Entities/Buildings/airlock_types.yml @@ -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