Restrict afterburner for AI units.

This commit is contained in:
Khopa 2020-08-16 15:08:27 +02:00
parent 421e2508d4
commit 2559b27a6f

View File

@ -431,6 +431,7 @@ class AircraftConflictGenerator:
group.points[0].tasks.append(OptRestrictJettison(True))
group.points[0].tasks.append(OptRTBOnBingoFuel(True))
group.points[0].tasks.append(OptRestrictAfterburner(True))
if hasattr(flight.unit_type, 'eplrs'):
if flight.unit_type.eplrs: