Skip to content

Commit

Permalink
Merge pull request #1671 from acemod/AceMiscBoxMissingItems
Browse files Browse the repository at this point in the history
Added HuntIR and tactical ladder to ACE_Box_Misc
  • Loading branch information
ulteq committed Jun 18, 2015
2 parents 7b10151 + bb877bc commit 95ae42e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
10 changes: 10 additions & 0 deletions addons/huntir/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,14 @@ class CfgVehicles {
MACRO_ADDMAGAZINE(ACE_HuntIR_M203,20);
};
};

class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportItems {
MACRO_ADDITEM(ACE_HuntIR_monitor,5);
};
class TransportMagazines {
MACRO_ADDMAGAZINE(ACE_HuntIR_M203,20);
};
};
};
18 changes: 14 additions & 4 deletions addons/tacticalladder/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,25 @@ class CfgVehicles {
};

class Bag_Base;
class ACE_TacticalLadder_Pack: Bag_Base {
scope = 2;
displayName = CSTRING(DisplayName);
class ACE_TacticalLadder_Pack: Bag_Base {
scope = 2;
displayName = CSTRING(DisplayName);
descriptionShort = "";
model = PATHTOF(data\ace_tacticalladder_pack.p3d);
picture = PATHTOF(UI\ace_tactical_ladder_pack_ca.paa);
maximumLoad = 0;
mass = 50;
};
};

class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportBackpacks {
class _xx_ACE_TacticalLadder_Pack {
backpack = "ACE_TacticalLadder_Pack";
count = 3;
};
};
};

class House;
class ACE_Tactical_Ladder: House {
Expand Down

0 comments on commit 95ae42e

Please sign in to comment.