In the last Blitz2 patch I decided to make it so that the mobile artillery can autotarget enemy units. I changed them to it and most of them work. However, people claim the Hummel still doesn't autotarget...
It's aiupdateinterface is the exact same as the other mobile artillery as well (see below). What would be the problem?
Code:
Behavior = AIUpdateInterface ModuleTag_03
Turret
TurretTurnRate = 0 ; turn rate, in degrees per sec
ControlledWeaponSlots = PRIMARY
End
AutoAcquireEnemiesWhenIdle = Yes ;No
End