diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 0d77430557..4a408a9461 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -1,23 +1,23 @@ - type: cargoProduct - name: "water tank crate" - id: MaterialCrateWaterTank + name: "water tank" + id: MaterialWaterTank description: "A tank of fresh water for when the station has ran out." icon: sprite: Structures/Storage/tanks.rsi state: watertank - product: CrateMaterialWaterTank + product: WaterTankFull cost: 2000 category: Materials group: market - type: cargoProduct - name: "fuel tank crate" - id: MaterialCrateFuelTank + name: "fuel tank" + id: MaterialFuelTank description: "A tank of welder fuel for when the station has ran out." icon: sprite: Structures/Storage/tanks.rsi state: fueltank - product: CrateMaterialFuelTank + product: WeldingFuelTankFull cost: 2000 category: Materials group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml index 9e742cd075..41890e53a8 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml @@ -38,16 +38,6 @@ - id: MaterialWoodPlank amount: 1 -- type: entity - id: CrateMaterialFuelTank - name: fueltank crate - parent: CrateGenericSteel - components: - - type: StorageFill - contents: - - id: WeldingFuelTankFull - amount: 1 - #- type: entity # id: CrateMaterialHFuelTank # name: fueltank crate @@ -58,16 +48,6 @@ # - id: WeldingFuelTank # amount: 1 -- type: entity - id: CrateMaterialWaterTank - name: watertank crate - parent: CrateGenericSteel - components: - - type: StorageFill - contents: - - id: WaterTankFull - amount: 1 - #- type: entity # id: CrateMaterialHWaterTank # name: watertank crate