From 8532ec57860f8a0f0203d69ce04caa09b0f9ceab Mon Sep 17 00:00:00 2001 From: EagleTrooper Date: Sun, 9 Nov 2025 13:28:42 -0600 Subject: [PATCH 1/2] Update defines/BattalionInfo.hpp Call Sign Updates for ACO / BCO --- defines/BattalionInfo.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defines/BattalionInfo.hpp b/defines/BattalionInfo.hpp index ec9908c..bf2cc93 100644 --- a/defines/BattalionInfo.hpp +++ b/defines/BattalionInfo.hpp @@ -4,10 +4,10 @@ // Define the callsigns for the Battalion -#define COMMAND_CALLSIGN POWERLINE +#define COMMAND_CALLSIGN ONI //#define RRC_CALLSIGN TIGER //#define MEDIC_CALLSIGN LIFELINE -#define ALPHA_CALLSIGN KINGPIN +#define ALPHA_CALLSIGN GLACIER #define ECHO_CALLSIGN WARLORD #define WPN_CALLSIGN BLACKFOOT From eb3e08e14a6a35234dd719890e3d339448662f87 Mon Sep 17 00:00:00 2001 From: EagleTrooper Date: Sun, 9 Nov 2025 15:28:01 -0600 Subject: [PATCH 2/2] Update defines/SupplyCrates.hpp Change rhs_weap_m72a7 with JPSP_weap_m72ecmk1 --- defines/SupplyCrates.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defines/SupplyCrates.hpp b/defines/SupplyCrates.hpp index 695cc7a..4157beb 100644 --- a/defines/SupplyCrates.hpp +++ b/defines/SupplyCrates.hpp @@ -9,7 +9,8 @@ class SupplyCrates { weapons[] = { {"rhs_weap_M136",4}, {"rhs_weap_M136_hp",4}, - {"rhs_weap_m72a7",2} + //{"rhs_weap_m72a7",2} + {"JPSP_weap_m72ecmk1",2} }; magazines[] = { {"1Rnd_SmokePurple_Grenade_shell",12},