Intel Items - Change scope for better Arsenal filtering (#9228)

* scope changes

* review change
This commit is contained in:
Grim 2023-06-27 10:46:56 +03:00 committed by GitHub
parent d0f43abbb2
commit 2571550bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,13 @@ class CfgMagazines {
ACE_isUnique = 1; ACE_isUnique = 1;
GVAR(intel) = 1; GVAR(intel) = 1;
GVAR(control) = ""; GVAR(control) = "";
scopeArsenal = 0;
}; };
class XGVAR(notepad): GVAR(base) { class XGVAR(notepad): GVAR(base) {
author = ECSTRING(common,ACETeam); 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); displayName = CSTRING(Notepad_DisplayName);
descriptionShort = CSTRING(Notepad_Description); descriptionShort = CSTRING(Notepad_Description);
picture = QPATHTOF(ui\notepad_ca.paa); picture = QPATHTOF(ui\notepad_ca.paa);