Created a crate for inflatable walls and added to cargo (#5627)
This commit is contained in:
@@ -45,3 +45,15 @@
|
|||||||
cost: 1000
|
cost: 1000
|
||||||
category: Emergency
|
category: Emergency
|
||||||
group: market
|
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
|
||||||
@@ -73,3 +73,14 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- id: DrinkShotGlass
|
- id: DrinkShotGlass
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateEmergencyInflatablewall
|
||||||
|
name: inflatable wall crate
|
||||||
|
parent: CratePlastic
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: InflatableWallStack
|
||||||
|
amount: 3
|
||||||
|
|
||||||
|
|||||||
@@ -259,6 +259,7 @@
|
|||||||
- EmergencyFire
|
- EmergencyFire
|
||||||
- EmergencyInternals
|
- EmergencyInternals
|
||||||
- EmergencyRadiation
|
- EmergencyRadiation
|
||||||
|
- EmergencyInflatablewall
|
||||||
- ArmorySmg
|
- ArmorySmg
|
||||||
- ArmoryShotgun
|
- ArmoryShotgun
|
||||||
- SecurityArmor
|
- SecurityArmor
|
||||||
|
|||||||
Reference in New Issue
Block a user