mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add new FC aircraft
This commit is contained in:
@@ -44,6 +44,8 @@ def aircraft_banner_for(unit_type: AircraftType) -> Path:
|
||||
name = "Su-30SM"
|
||||
elif unit_type.dcs_id == "F-15ESE":
|
||||
name = "F-15E"
|
||||
elif "_FC" in unit_type.dcs_id:
|
||||
name = unit_type.dcs_id.replace("_FC", "")
|
||||
else:
|
||||
name = unit_type.dcs_id
|
||||
return AIRCRAFT_BANNERS_BASE / f"{name}.jpg"
|
||||
|
||||
Reference in New Issue
Block a user