mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Intel Items - Change scope for better Arsenal filtering (#9228)
* scope changes * review change
This commit is contained in:
parent
d0f43abbb2
commit
2571550bbc
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user