mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increase spare barrel mass to 60 (2.7 Kg)
This commit is contained in:
parent
b8c8c21a02
commit
f130d6c253
@ -5,7 +5,7 @@ class CfgMagazines {
|
|||||||
picture = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
|
picture = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
|
||||||
displayName = "ACE Spare Barrel"; //!!!CANNOT be localized!!!: because it is used as part of the magazineDetail string
|
displayName = "ACE Spare Barrel"; //!!!CANNOT be localized!!!: because it is used as part of the magazineDetail string
|
||||||
count = 1;
|
count = 1;
|
||||||
mass = 40;
|
mass = 60;
|
||||||
ACE_isUnique = 1;
|
ACE_isUnique = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user