Replace transportMax... with maximumLoad for mortar boxes.

Fixes 3490
This commit is contained in:
VKing 2016-03-01 21:58:21 +01:00
parent 35860c8204
commit 353b5e9ef4

View File

@ -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);