mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
418 B
C++
12 lines
418 B
C++
class CfgMagazines {
|
|
class CA_Magazine;
|
|
class ACE_key_customKeyMagazine: CA_Magazine {
|
|
picture = QUOTE(PATHTOF(ui\keyBlack.paa));
|
|
displayName = "ACE Vehicle Key"; //!!!CANNOT be localized!!!: because it is used as part of the magazineDetail string
|
|
descriptionShort = "$STR_ACE_Vehicle_Item_Custom_Description";
|
|
count = 1;
|
|
mass = 0;
|
|
ACE_isUnique = 1;
|
|
};
|
|
};
|