mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Replace transportMax... with maximumLoad for mortar boxes.
Fixes 3490
This commit is contained in:
parent
35860c8204
commit
353b5e9ef4
@ -139,8 +139,7 @@ class CfgVehicles {
|
|||||||
class ACE_Box_82mm_Mo_HE: Box_NATO_AmmoOrd_F {
|
class ACE_Box_82mm_Mo_HE: Box_NATO_AmmoOrd_F {
|
||||||
displayName = CSTRING(HEBox_DisplayName);
|
displayName = CSTRING(HEBox_DisplayName);
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
transportMaxWeapons = 4;
|
maximumLoad = 400;
|
||||||
transportMaxMagazines = 8;
|
|
||||||
class TransportMagazines {
|
class TransportMagazines {
|
||||||
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_HE,8);
|
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_HE,8);
|
||||||
};
|
};
|
||||||
@ -161,7 +160,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
class ACE_Box_82mm_Mo_Combo: ACE_Box_82mm_Mo_HE {
|
class ACE_Box_82mm_Mo_Combo: ACE_Box_82mm_Mo_HE {
|
||||||
displayName = CSTRING(ComboBox_DisplayName);
|
displayName = CSTRING(ComboBox_DisplayName);
|
||||||
transportMaxMagazines = 48;
|
maximumLoad = 2400;
|
||||||
class TransportMagazines {
|
class TransportMagazines {
|
||||||
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_HE,32);
|
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_HE,32);
|
||||||
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_Smoke,8);
|
MACRO_ADDMAGAZINE(ACE_1Rnd_82mm_Mo_Smoke,8);
|
||||||
|
Loading…
Reference in New Issue
Block a user