From 7389f9b50161e578f2ebed810276c40f72dced3b Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Fri, 20 May 2022 21:18:54 +0100 Subject: [PATCH] adds water and fuel tanks back to cargo (#8168) --- .../Catalog/Cargo/cargo_materials.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 29855b23c8..ccb90e32c4 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -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 name: "crate of glass sheets" id: MaterialGlass