Unify javelin guidance for RHS ammo (#4737)

This commit is contained in:
PabstMirror 2016-12-01 11:01:24 -06:00 committed by GitHub
parent 448dcddc55
commit 962903f201

View File

@ -221,6 +221,8 @@ class CfgAmmo {
seekerMinRange = 0; seekerMinRange = 0;
seekerMaxRange = 2500; // Range from the missile which the seeker can visually search seekerMaxRange = 2500; // Range from the missile which the seeker can visually search
seekLastTargetPos = 1; // seek last target position [if seeker loses LOS of target, continue to last known pos]
// Attack profile type selection // Attack profile type selection
defaultAttackProfile = "JAV_TOP"; defaultAttackProfile = "JAV_TOP";
attackProfiles[] = { "JAV_TOP", "JAV_DIR" }; attackProfiles[] = { "JAV_TOP", "JAV_DIR" };