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