Explorar el Código

EMP Cluster mag fix

Erliens hace 4 años
padre
commit
c6a5650fd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      addons - Copy/RD501_Vehicle_Weapons/aircraft/bombs/config.cpp

+ 1 - 1
addons - Copy/RD501_Vehicle_Weapons/aircraft/bombs/config.cpp

@@ -41,7 +41,7 @@ class CfgWeapons
 	};
 	class macro_new_weapon(bomb,cluster_emp): macro_new_weapon(bomb,cluster)
 	{
-		magazines[] = {macro_new_mag(cluster_emp,4)};
+		magazines[] = {macro_new_mag(cluster_emp,2)};
 	};
 	class macro_new_weapon(bomb,SDB) : weapon_SDBLauncher //RD501_Bomb_SDB_Launcher
 	{