update dragon to not use new guidance

This commit is contained in:
Brandon Danyluk 2021-04-16 19:02:03 -06:00
parent 8f03b5be9e
commit fe1e6d45cb
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,9 @@ class CfgAmmo {
class ace_missileguidance {
enabled = 1;
pitchRate = 0;
yawRate = 0;
// Guidance type for munitions
defaultSeekerType = "SACLOS";
seekerTypes[] = { "SACLOS" };

View File

@ -91,7 +91,6 @@ if (isNil "_target") then {
};
};
};
systemChat str _target;
_targetPos = getPosASLVisual _target;
// Array for seek last target position