diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index afd9380a1e..0a79086929 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -518,13 +518,14 @@ - ForensicPad - ClothingEyesGlassesSecurity - RiotShield - - CartridgePistol - - CartridgeMagnum - ShellShotgun - ShellShotgunFlare - ShellTranquilizer - - CartridgeLightRifle - - CartridgeRifle + - MagazinePistol + - MagazinePistolSubMachineGun + - MagazinePistolSubMachineGunTopMounted + - MagazineRifle + - MagazineLightRifle - MagazineBoxPistol - MagazineBoxMagnum - MagazineBoxRifle diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index 19b3ec03c9..50940deab1 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -231,6 +231,27 @@ materials: Steel: 500 +- type: latheRecipe + id: MagazinePistol + result: MagazinePistol + completetime: 5 + materials: + Steel: 100 + +- type: latheRecipe + id: MagazinePistolSubMachineGun + result: MagazinePistolSubMachineGun + completetime: 5 + materials: + Steel: 300 + +- type: latheRecipe + id: MagazinePistolSubMachineGunTopMounted + result: MagazinePistolSubMachineGunTopMounted + completetime: 5 + materials: + Steel: 300 + - type: latheRecipe id: MagazineBoxPistol result: MagazineBoxPistol @@ -261,6 +282,20 @@ Steel: 350 Plastic: 300 +- type: latheRecipe + id: MagazineRifle + result: MagazineRifle + completetime: 5 + materials: + Steel: 375 + +- type: latheRecipe + id: MagazineLightRifle + result: MagazineLightRifle + completetime: 5 + materials: + Steel: 375 + - type: latheRecipe id: MagazineBoxRifle result: MagazineBoxRifle