Namenai 7 lat temu
rodzic
commit
58cd5ec2e5

+ 1 - 3
Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/airBased/VULTURE/vultureBase.sqf

@@ -5,7 +5,7 @@ namVultureBase=
 	comment "data for weapons";
 	comment"format of [weapon,weaponMagType,[[seat,ammoPerMag,MagCount],[seat,ammoPerMag,MagCount],......etc]]";
 	weaponData=[
-	["energy_torpedo_w","energy_torpedo_mag",[[-1,8,1]]],
+	["energy_torpedo_w","energy_torpedo_mag",[[-1,8,8]]],
 	["PomehiLauncherXT","400Rnd_Pomehi_Mag",[[-1,400,10]]]
 	];
 
@@ -47,6 +47,4 @@ namVultureBase=
 
 };
 
-
-
 ["swop_vulture", "init",namVultureBase, true, [], true] call CBA_fnc_addClassEventHandler;