From fda846ac85891752ba51df07ca67975165fb5257 Mon Sep 17 00:00:00 2001 From: Connor Huffine Date: Thu, 9 Oct 2025 09:37:09 -0400 Subject: [PATCH] Move Bulldog Drum to Emag (#40790) * Move Bulldog Drum to Emag Bulldog drum removed from standard techfab Moved to emag listing * Update Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 7 +++++++ Resources/Prototypes/Recipes/Lathes/Packs/security.yml | 3 --- Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml | 9 +++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0a933ef1f4..d7fec6aa8c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -136,6 +136,7 @@ - type: EmagLatheRecipes emagStaticPacks: - SecurityAmmoStatic + - SyndicateAmmoStatic - type: BlueprintReceiver whitelist: tags: @@ -406,6 +407,9 @@ - SecurityAmmo - SecurityWeapons - SecurityDisablers + - type: EmagLatheRecipes + emagStaticPacks: + - SyndicateAmmoStatic - type: MaterialStorage whitelist: tags: @@ -442,6 +446,9 @@ runningState: icon staticPacks: - SecurityAmmoStatic + - type: EmagLatheRecipes + emagStaticPacks: + - SyndicateAmmoStatic - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/security.yml b/Resources/Prototypes/Recipes/Lathes/Packs/security.yml index 0dc5fe3d90..51058205c4 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/security.yml @@ -49,9 +49,6 @@ - MagazinePistolSubMachineGunTopMountedEmpty - MagazineRifle - MagazineRifleEmpty - - MagazineShotgun - - MagazineShotgunEmpty - - MagazineShotgunSlug - SpeedLoaderMagnum - SpeedLoaderMagnumEmpty diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml b/Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml new file mode 100644 index 0000000000..8c87f80780 --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml @@ -0,0 +1,9 @@ +## Static recipes + +# Added to emagged autolathe +- type: latheRecipePack + id: SyndicateAmmoStatic + recipes: + - MagazineShotgun + - MagazineShotgunEmpty + - MagazineShotgunSlug -- 2.51.2