Add item to ace misc box

This commit is contained in:
PabstMirror 2015-04-15 22:34:24 -05:00
parent 80516f4f61
commit 58dfc6aa97
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
class CfgVehicles {
class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportItems {
MACRO_ADDITEM(ACE_wirecutter,4);
};
};
};

View File

@ -15,3 +15,4 @@ class CfgPatches {
#include "CfgEventHandlers.hpp"
#include "CfgSounds.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"