Erliens пре 4 година
родитељ
комит
9b12e1d636

+ 2 - 1
addons - Copy/RD501_Weapons/DC_Family/DC_15gl/config.cpp

@@ -45,7 +45,8 @@ class CfgWeapons
 		muzzles[]=
 		{
 			"this",
-			"Stun"
+			"Stun",
+			"EGLM"
 		};
 		class Stun: RD501_stun_muzzle
 		{

+ 11 - 0
addons - Copy/RD501_Weapons/DC_Family/DC_17/config.cpp

@@ -111,6 +111,7 @@ class cfgWeapons
 	class macro_new_weapon(DC,r17):JLTS_DC17SA
 	{
 		displayName="Republic DC-17";
+		reloadAction="GestureReloadPistol";
 		baseWeapon=macro_new_weapon(DC,r17)
 		magazines[]=
 		{
@@ -121,9 +122,14 @@ class cfgWeapons
 			"this",
 			"Stun"
 		};
+		
 		class Stun: RD501_stun_muzzle
 		{
 			displayName="High Energy StunMode";
+			magazines[]=
+			{
+				macro_new_mag(pistolstun,5)
+			};
 		};
 		class Single : Single
 		{
@@ -147,6 +153,11 @@ class cfgWeapons
 		class Stun: RD501_stun_muzzle
 		{
 			displayName="High Energy StunMode";
+			reloadAction="GestureReloadPistol";
+			magazines[]=
+			{
+				macro_new_mag(pistolstun,5)
+			};
 		};
 		class FullAuto : Single
 		{

+ 1 - 1
addons - Copy/RD501_Weapons/RAMER/config.cpp

@@ -47,7 +47,7 @@ class cfgWeapons
 		displayname="T21 R.A.M.E.R."
 		magazines[]=
 		{
-			macro_new_mag(50mw,10)
+			macro_new_mag(RAMER,6)
 		};
 		class Single : Single
 		{

+ 3 - 0
addons - Copy/RD501_Weapons/_ammo/config.cpp

@@ -88,6 +88,9 @@ class CfgAmmo
 	class macro_new_ammo(50mw) : 3AS_EC80_BluePlasma
 	{
 		hit=300;
+		thrust=210;
+		explosive=0.4;
+		thrustTime=1.5;
 		airLock=1;
 		typicalSpeed=1100;
 		caliber=5;

+ 9 - 0
addons - Copy/RD501_Weapons/_mag/config.cpp

@@ -132,6 +132,15 @@ class CfgMagazines
 	{
 		displayName="5 Round Stun Cell";
 		descriptionShort = "5 Round Stun Cell";
+		displayNameShort = "5 Round Stun Cell";
+		count=5;
+		picture="\MRC\JLTS\weapons\Core\data\ui\stun_mag_ui_ca.paa";
+	};
+	class macro_new_mag(pistolstun,5):DCStun_Mag
+	{
+		displayName="5 Round Stun Cell";
+		descriptionShort = "5 Round Stun Cell";
+		displayNameShort = "5 Round Stun Cell";
 		count=5;
 		picture="\MRC\JLTS\weapons\Core\data\ui\stun_mag_ui_ca.paa";
 	};