Add Ju-88 to the CAS, strike, and DEAD lists.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1008
This commit is contained in:
Dan Albert 2021-05-18 19:51:27 -07:00
parent a3cce8ff72
commit a0d9bf0f26
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Saves from 2.5 are not compatible with 3.0.
* **[Campaign]** Ground units can no longer be sold. To move units to a new location, transfer them.
* **[Campaign]** Ground units must now be recruited at a base with a factory and transferred to their destination. When buying units in the UI, the purchase will automatically be fulfilled at the closest factory, and a transfer will be created on the next turn.
* **[Campaign AI]** Every 30 minutes the AI will plan a CAP, so players can customize their mission better.
* **[Campaign AI]** AI now considers Ju-88s for CAS, strike, and DEAD missions.
* **[UI]** Added new web based map UI. This is mostly functional but many of the old display options are a WIP. Revert to the old map with --old-map.
* **[UI]** Campaigns generated for an older or newer version of the game will now be marked as incompatible. They can still be played, but bugs may be present.
* **[UI]** DCS loadouts are now selectable in the loadout setup menu.

View File

@ -212,6 +212,7 @@ CAS_CAPABLE = [
MB_339PAN,
L_39ZA,
A_20G,
Ju_88A4,
P_47D_40,
P_47D_30bl1,
P_47D_30,
@ -259,6 +260,7 @@ DEAD_CAPABLE = [
Tu_160,
Tu_95MS,
A_20G,
Ju_88A4,
P_47D_40,
P_47D_30bl1,
P_47D_30,
@ -320,6 +322,7 @@ STRIKE_CAPABLE = [
L_39ZA,
B_17G,
A_20G,
Ju_88A4,
P_47D_40,
P_47D_30bl1,
P_47D_30,