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