Selaa lähdekoodia

Ball turret predictive aiming

Kestrel 3 vuotta sitten
vanhempi
commit
2fe889ba67
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      addons/RD501_Vehicle_Weapons/aircraft/ball_turret/config.cpp

+ 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;
 	};