With Bradley drops if a brad hits a turret the turret will shoot the brad and with explo.ammo it will kill the brad.
Reported to zeode but he's kind of a bad dev that's always got more excuses than he's worth
Turrets shooting brads
hi, he should be able to add an option to prevent that using this in his plugin. private object OnTurretTarget(AutoTurret turret, BradleyAPC target) => IsBradleyDrop(target.skinID) ? true : (object)null;
TruePVE does not handle turrets targeting bradley. I can add a flag to prevent it though. flag will be TurretsIgnoreBradley in next update (2.2.5) when it's released