Make escort mission obey op-area
Before, the escort mission didn't support an op-area, and planes on escort mission escorted anywhere. Change mission() to define the op-area for escort missions as well. Show it in mission() and show_mission(). Check it in find_escorts().
This commit is contained in:
parent
bf89453f8a
commit
a9b2d9c7f3
3 changed files with 8 additions and 15 deletions
|
@ -222,7 +222,8 @@ Only planes with the 'tactical' ability can fly support missions.
|
|||
ESCORT MISSIONS (planes only)
|
||||
.s1
|
||||
When given an escort mission, an escort or intercept capable plane will attempt
|
||||
to escort any plane flying a support or interdict mission from the same airport.
|
||||
to escort any plane flying a support or interdict mission from the
|
||||
same airport into its op-area.
|
||||
If even 1 plane flies a support or interdiction mission from an airport, all
|
||||
planes on escort duty at that airport will attempt to escort. Planes with escort
|
||||
duty will NOT attempt to escort planes taking off from other airports, so it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue