From 2571550bbc0fd08adf4ecc3dc25d902f6f68178f Mon Sep 17 00:00:00 2001 From: Grim <69561145+LinkIsGrim@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:46:56 +0300 Subject: [PATCH] Intel Items - Change scope for better Arsenal filtering (#9228) * scope changes * review change --- addons/intelitems/CfgMagazines.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/intelitems/CfgMagazines.hpp b/addons/intelitems/CfgMagazines.hpp index 48a130efa9..8d83cf0953 100644 --- a/addons/intelitems/CfgMagazines.hpp +++ b/addons/intelitems/CfgMagazines.hpp @@ -6,11 +6,13 @@ class CfgMagazines { ACE_isUnique = 1; GVAR(intel) = 1; GVAR(control) = ""; + scopeArsenal = 0; }; class XGVAR(notepad): GVAR(base) { author = ECSTRING(common,ACETeam); - scope = 2; // Allows players to access from arsenal + scope = 2; + scopeArsenal = 2; // Allows players to access from arsenal displayName = CSTRING(Notepad_DisplayName); descriptionShort = CSTRING(Notepad_Description); picture = QPATHTOF(ui\notepad_ca.paa);