From dab528373eabdf3055a00609968897a2f4cd952b Mon Sep 17 00:00:00 2001 From: EagleTrooper Date: Wed, 20 May 2026 22:55:07 -0500 Subject: [PATCH] Update defines/SupplyCrates.hpp Added missing from last change. --- defines/SupplyCrates.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/defines/SupplyCrates.hpp b/defines/SupplyCrates.hpp index a6b1164..feae3a1 100644 --- a/defines/SupplyCrates.hpp +++ b/defines/SupplyCrates.hpp @@ -50,7 +50,11 @@ class SupplyCrates { {"JCA_30Rnd_9x21_MP5_Mag",15}, // PDW {"rhsusf_mag_40Rnd_46x30_AP",15}, // PDW {"rhsusf_m112_mag",25}, - {"ranger_KAC_LAMG_150rnd_Box_Mixed",25} // Swaped out to 150 + {"ranger_KAC_LAMG_150rnd_Box_Mixed",25}, // Swaped out to 150 + {"rhsusf_mag_6Rnd_M441_HE",15}, + {"rhsusf_mag_6Rnd_M433_HEDP",15}, + {"rhsusf_mag_6Rnd_M397_HET",15}, + {"rhsusf_mag_6Rnd_M714_white",15}, }; items[] = {}; };