Created a crate for inflatable walls and added to cargo (#5627)

This commit is contained in:
Peptide90
2021-11-30 20:48:58 +00:00
committed by GitHub
parent d3b2f580fe
commit 71c73ffe1f
3 changed files with 24 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -259,6 +259,7 @@
- EmergencyFire
- EmergencyInternals
- EmergencyRadiation
- EmergencyInflatablewall
- ArmorySmg
- ArmoryShotgun
- SecurityArmor