diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml index 0d1e25e8fa..5188ecea1d 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml @@ -45,3 +45,15 @@ cost: 3000 category: Engineering group: market + +- type: cargoProduct + name: "electrical supplies crate" + id: EngineeringElectricalSupplies + description: "N.T. is not responsible for any workplace infighting relating to the insulated gloves included within these crates." + icon: + sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi + state: icon + product: CrateEngineeringElectricalSupplies + cost: 4500 + category: Engineering + group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml index de38aab797..1341c0c4ee 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml @@ -87,3 +87,15 @@ amount: 2 - id: CableApcStack amount: 2 + +- type: entity + id: CrateEngineeringElectricalSupplies + name: Electrical Supplies Crate + parent: CrateElectrical + components: + - type: StorageFill + contents: + - id: ToolboxElectricalFilled + amount: 2 + - id: ClothingHandsGlovesColorYellow + amount: 2