mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add support for the AI-only F-14A.
The AI for the flyable one is having issues firing AIM-54s. This allows working around that. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1927.
This commit is contained in:
@@ -14,6 +14,7 @@ from dcs.planes import (
|
||||
B_17G,
|
||||
FA_18C_hornet,
|
||||
F_16C_50,
|
||||
F_14A,
|
||||
Ju_88A4,
|
||||
P_51D_30_NA,
|
||||
plane_map,
|
||||
@@ -262,6 +263,7 @@ is livery name as found in mission editor.
|
||||
"""
|
||||
PLANE_LIVERY_OVERRIDES: dict[Type[FlyingType], str] = {
|
||||
FA_18C_hornet: "VFA-34", # default livery for the hornet is blue angels one
|
||||
F_14A: "vf-142 `ghost riders`", # default livery for the AI F-14A is the black demo scheme
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user