Remove VehicleLock Items from Virtual Arsenal

Close #3215
This commit is contained in:
PabstMirror 2016-01-25 14:29:27 -06:00
parent 78729e96ff
commit b15716860d
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
class CfgMagazines {
class CA_Magazine;
class ACE_key_customKeyMagazine: CA_Magazine {
scopeArsenal = 0;
picture = QUOTE(PATHTOF(ui\keyBlack.paa));
displayName = "ACE Vehicle Key"; //!!!CANNOT be localized!!!: because it is used as part of the magazineDetail string
descriptionShort = CSTRING(Item_Custom_Description);

View File

@ -3,6 +3,7 @@ class CfgWeapons {
class ACE_ItemCore;
class ACE_key_master: ACE_ItemCore {
scopeArsenal = 0;
author = ECSTRING(common,ACETeam);
displayName = "Vehicle Key: Master";
descriptionShort = CSTRING(Item_Master_Description);