From ec30db79f8ae003e18138ab9231f2ee36ea0d252 Mon Sep 17 00:00:00 2001 From: Fishfish458 <47410468+Fishfish458@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:01:44 -0600 Subject: [PATCH] add airtight flaps for mapping (#6875) Co-authored-by: fishfish458 --- .../Entities/Structures/plastic_flaps.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml index c4f3cff2c9..cf8e167ecc 100644 --- a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml +++ b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml @@ -64,3 +64,39 @@ - type: Occluder sizeX: 32 sizeY: 32 + +- type: entity + id: PlasticFlapsAirtightClear + parent: PlasticFlapsClear + name: airtight plastic flaps + suffix: Airtight Clear + description: Heavy duty, slightly stronger, airtight plastic flaps. Definitely can't get past those. No way. + components: + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 150 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Airtight + fixVacuum: true + +- type: entity + id: PlasticFlapsAirtightOpaque + parent: PlasticFlapsOpaque + name: airtight plastic flaps + suffix: Airtight Opaque + description: Heavy duty, slightly stronger, airtight plastic flaps. Definitely can't get past those. No way. + components: + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 150 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Airtight + fixVacuum: true