#15 ball turret predictive impact point

Unito
mark ha unito 1 commit da 501st-Aux-Team/Kestrel/Balls-Of-Fury a 501st-Aux-Team/master 3 anni fa

+ 2 - 2
addons/RD501_Vehicle_Weapons/aircraft/ball_turret/config.cpp

@@ -41,10 +41,10 @@ class CfgWeapons
 		{
 			displayName = "BeamRider Mk-I";
 			magazines[] = {macro_new_mag(laat_ball_beam,300), "Laser_Battery_F"};
+			ballisticsComputer = "4+8";
 		};
-
 		stabilizedInAxes = 3;
-		ballisticsComputer = 1;
+		ballisticsComputer = "4+8";
 		canLock = 2;
 		magazineReloadTime=10;
 	};