diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding.yml b/Resources/Prototypes/Entities/Clothing/Head/welding.yml index fb791ae567d018..93d9b1e084faff 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/welding.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/welding.yml @@ -12,7 +12,7 @@ - type: EyeProtection - type: PhysicalComposition materialComposition: - Steel: 500 + Steel: 200 Glass: 100 - type: StaticPrice price: 50 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 1f64290b8317bc..c10409bf336079 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -161,6 +161,7 @@ - BorgChargerCircuitboard - WeaponCapacitorRechargerCircuitboard - HandheldStationMap + - ClothingHeadHatWelding - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index f107e32155bced..133478837603f5 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -178,3 +178,11 @@ materials: Steel: 300 Plastic: 100 + +- type: latheRecipe + id: ClothingHeadHatWelding + result: ClothingHeadHatWelding + completetime: 2 + materials: + Steel: 400 + Glass: 200