#CONTROLLABLE

* Fixed ID issue with AA Missile Attack Range option

#POINT
* Added methdo to get the BULLSEYE as coordinate
This commit is contained in:
Applevangelist
2023-12-03 12:01:39 +01:00
parent cf7d41cd7f
commit 89a9d1d0a4
2 changed files with 15 additions and 3 deletions

View File

@@ -3974,7 +3974,7 @@ function CONTROLLABLE:OptionAAAttackRange( range )
local Controller = self:_GetController()
if Controller then
if self:IsAir() then
self:SetOption( AI.Option.Air.val.MISSILE_ATTACK, range )
self:SetOption( AI.Option.Air.id.MISSILE_ATTACK, range )
end
end
return self