mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Move the OCA payload type from runway->aircraft.
This commit is contained in:
@@ -1042,8 +1042,8 @@ EXPANDED_TASK_PAYLOAD_OVERRIDE = {
|
||||
"ESCORT": ("CAP HEAVY", "CAP"),
|
||||
"BAI": ( "BAI", "CAS MAVERICK F", "CAS"),
|
||||
"SWEEP": ("CAP HEAVY", "CAP"),
|
||||
"OCA_RUNWAY": ("OCA","RUNWAY_ATTACK","STRIKE"),
|
||||
"OCA_AIRCRAFT": ("CAS MAVERICK F", "CAS")
|
||||
"OCA_RUNWAY": ("RUNWAY_ATTACK","STRIKE"),
|
||||
"OCA_AIRCRAFT": ("OCA","CAS MAVERICK F", "CAS")
|
||||
}
|
||||
|
||||
PLANE_PAYLOAD_OVERRIDES: Dict[Type[PlaneType], Dict[Type[Task], str]] = {
|
||||
|
||||
Reference in New Issue
Block a user