From 442cc7f6598401cfeb6db1e3775993a05542cc95 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 7 Sep 2023 18:16:19 -0800 Subject: [PATCH] Switch security techfab to produce magazines (#19769) * Switch security techfab to produce magazines * Add back ammo boxes --- .../Entities/Structures/Machines/lathe.yml | 9 ++--- .../Prototypes/Recipes/Lathes/security.yml | 35 +++++++++++++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) 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 -- 2.51.2