mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
78729e96ff
commit
b15716860d
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user