From ed2d784655d13d583571d0a3bbc25bb577eac972 Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:08:26 -0800 Subject: [PATCH] Standardize shotgun ammo in storagefills (#34156) shotgun ammo changes --- Resources/Prototypes/Catalog/Fills/Crates/armory.yml | 2 +- Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml index fadaf2f01e..82fa54eaba 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml @@ -22,7 +22,7 @@ - id: WeaponShotgunEnforcer amount: 2 - id: BoxLethalshot - amount: 3 + amount: 4 - type: entity id: CrateTrackingImplants diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 91ed251796..d7a884c8a6 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -208,7 +208,7 @@ contents: - id: WeaponShotgunEnforcer amount: 2 - - id: MagazineShotgun + - id: BoxLethalshot amount: 4 - type: entity @@ -220,8 +220,8 @@ contents: - id: WeaponShotgunKammerer amount: 2 - - id: MagazineShotgun - amount: 4 + - id: BoxLethalshot + amount: 2 - type: entity id: GunSafeSubMachineGunWt550 -- 2.51.2