adds water and fuel tanks back to cargo (#8168)

This commit is contained in:
Peptide90
2022-05-20 21:18:54 +01:00
committed by GitHub
parent 02570bc4c9
commit 7389f9b501

View File

@@ -1,3 +1,27 @@
- type: cargoProduct
name: "water tank crate"
id: MaterialCrateWaterTank
description: "A tank of fresh water for when the station has ran out."
icon:
sprite: Structures/Storage/tanks.rsi
state: watertank
product: CrateMaterialWaterTank
cost: 2000
category: Materials
group: market
- type: cargoProduct
name: "fuel tank crate"
id: MaterialCrateFuelTank
description: "A tank of welder fuel for when the station has ran out."
icon:
sprite: Structures/Storage/tanks.rsi
state: fueltank
product: CrateMaterialFuelTank
cost: 2000
category: Materials
group: market
- type: cargoProduct - type: cargoProduct
name: "crate of glass sheets" name: "crate of glass sheets"
id: MaterialGlass id: MaterialGlass