Browse Source

DC15L bipod

Erliens 4 years ago
parent
commit
c113ea75d4
1 changed files with 12 additions and 1 deletions
  1. 12 1
      addons - Copy/RD501_Weapons/DC_Family/DC_15l/config.cpp

+ 12 - 1
addons - Copy/RD501_Weapons/DC_Family/DC_15l/config.cpp

@@ -22,7 +22,8 @@ class CfgPatches
 };
 
 class CfgWeapons
-{
+{	
+	class UnderBarrelSlot;
 	class 3AS_DC15L_Base_F;
 	class 3AS_DC15L_F:3AS_DC15L_Base_F
 	{
@@ -64,6 +65,16 @@ class CfgWeapons
 				};
 
 			};
+		class UnderBarrelSlot
+			{
+			linkProxy="\A3\Data_F_Mark\Proxies\Weapon_Slots\UNDERBARREL";
+			compatibleItems[]=
+				{
+				"bipod_01_F_blk",
+				};
+			iconPicture="\A3\Weapons_F_Mark\Data\UI\attachment_under.paa";
+			iconPinpoint="Bottom";
+			};
 		};
 	};
 };