From 71c73ffe1fc6f1431694b103d8198196e38cb718 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:48:58 +0000 Subject: [PATCH] Created a crate for inflatable walls and added to cargo (#5627) --- .../Prototypes/Catalog/Cargo/cargo_emergency.yml | 12 ++++++++++++ .../Prototypes/Catalog/Fills/Crates/emergency.yml | 11 +++++++++++ .../Structures/Machines/Computers/computers.yml | 1 + 3 files changed, 24 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml b/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml index 957e91a4ab..ef59ef5b4c 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml @@ -45,3 +45,15 @@ cost: 1000 category: Emergency group: market + +- type: cargoProduct + name: "inflatable wall crate" + id: EmergencyInflatablewall + description: "Three stacks of inflatable walls for when the stations metal walls don't want to hold atmosphere anymore." + icon: + sprite: Objects/Misc/inflatable_wall.rsi + state: item_wall + product: CrateEmergencyInflatablewall + cost: 1000 + category: Emergency + group: market \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml index c413828ce9..23680b8a99 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml @@ -73,3 +73,14 @@ amount: 1 - id: DrinkShotGlass amount: 2 + +- type: entity + id: CrateEmergencyInflatablewall + name: inflatable wall crate + parent: CratePlastic + components: + - type: StorageFill + contents: + - id: InflatableWallStack + amount: 3 + diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index f1c9eb4772..f990f8429e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -259,6 +259,7 @@ - EmergencyFire - EmergencyInternals - EmergencyRadiation + - EmergencyInflatablewall - ArmorySmg - ArmoryShotgun - SecurityArmor