mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Razbam F-15E banner and icon.
Just reusing the old one. https://github.com/dcs-liberation/dcs_liberation/issues/3028
This commit is contained in:
parent
918716044c
commit
50975d5eb6
@ -209,6 +209,7 @@ def load_aircraft_icons():
|
|||||||
for f1 in f1_refuel:
|
for f1 in f1_refuel:
|
||||||
AIRCRAFT_ICONS[f1] = AIRCRAFT_ICONS["Mirage-F1C-200"]
|
AIRCRAFT_ICONS[f1] = AIRCRAFT_ICONS["Mirage-F1C-200"]
|
||||||
AIRCRAFT_ICONS["Mirage-F1M-CE"] = AIRCRAFT_ICONS["Mirage-F1CE"]
|
AIRCRAFT_ICONS["Mirage-F1M-CE"] = AIRCRAFT_ICONS["Mirage-F1CE"]
|
||||||
|
AIRCRAFT_ICONS["F-15ESE"] = AIRCRAFT_ICONS["F-15E"]
|
||||||
|
|
||||||
|
|
||||||
def load_vehicle_icons():
|
def load_vehicle_icons():
|
||||||
|
|||||||
@ -34,6 +34,8 @@ def aircraft_banner_for(unit_type: AircraftType) -> Path:
|
|||||||
name = "Mirage-F1C"
|
name = "Mirage-F1C"
|
||||||
elif unit_type.dcs_id in {"Su-30MKA", "Su-30MKI", "Su-30MKM"}:
|
elif unit_type.dcs_id in {"Su-30MKA", "Su-30MKI", "Su-30MKM"}:
|
||||||
name = "Su-30SM"
|
name = "Su-30SM"
|
||||||
|
elif unit_type.dcs_id == "F-15ESE":
|
||||||
|
name = "F-15E"
|
||||||
else:
|
else:
|
||||||
name = unit_type.dcs_id
|
name = unit_type.dcs_id
|
||||||
return AIRCRAFT_BANNERS_BASE / f"{name}.jpg"
|
return AIRCRAFT_BANNERS_BASE / f"{name}.jpg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user