From b345625de958056215af2bff049a301f5ed67684 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:39:35 +1200 Subject: [PATCH] Remove more references to high velocity ammo (#18857) --- Content.YAMLLinter/Program.cs | 1 + .../Prototypes/Entities/Structures/Machines/lathe.yml | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Content.YAMLLinter/Program.cs b/Content.YAMLLinter/Program.cs index 05a694e08d..756264135a 100644 --- a/Content.YAMLLinter/Program.cs +++ b/Content.YAMLLinter/Program.cs @@ -26,6 +26,7 @@ namespace Content.YAMLLinter if (count == 0) { Console.WriteLine($"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms."); + PoolManager.Shutdown(); return 0; } diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 3beddd7e9f..012e2b5cba 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -148,14 +148,6 @@ - MagazineBoxMagnumRubber - MagazineBoxRifleRubber - MagazineBoxLightRifleRubber - - CartridgePistolHighVelocity - - CartridgeMagnumHighVelocity - - CartridgeLightRifleHighVelocity - - CartridgeRifleHighVelocity - - MagazineBoxPistolHighVelocity - - MagazineBoxMagnumHighVelocity - - MagazineBoxLightRifleHighVelocity - - MagazineBoxRifleHighVelocity - ShellShotgunIncendiary - CartridgePistolIncendiary - CartridgeMagnumIncendiary