mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixes for Tanker TACAN
- Y band was not having range info - Callsign number was missing
This commit is contained in:
parent
51c0bfa970
commit
5d506ca97e
@ -73,7 +73,7 @@ class RaceTrackBuilder(PydcsWaypointBuilder):
|
||||
tacan = tanker_info.tacan
|
||||
if self.flight.tcn_name is None:
|
||||
cs = tanker_info.callsign[:-2]
|
||||
csn = tanker_info.callsign[-2]
|
||||
csn = tanker_info.callsign[-1]
|
||||
tacan_callsign = {
|
||||
"Texaco": "TX",
|
||||
"Arco": "AC",
|
||||
@ -93,6 +93,7 @@ class RaceTrackBuilder(PydcsWaypointBuilder):
|
||||
tacan_callsign,
|
||||
bearing=True,
|
||||
unit_id=self.group.units[0].id,
|
||||
aa=False,
|
||||
aa=True,
|
||||
tanker=True,
|
||||
)
|
||||
)
|
||||
|
||||
@ -30,7 +30,7 @@ platformdirs==2.5.4
|
||||
pluggy==1.0.0
|
||||
pre-commit==2.20.0
|
||||
pydantic==1.10.2
|
||||
-e git+https://github.com/dcs-retribution/pydcs@9ab67af976da3c3e6939954f07ede328fe424258#egg=pydcs
|
||||
-e git+https://github.com/dcs-retribution/pydcs@9e6825beafcea041a61894bc511d572e2b92cdfc#egg=pydcs
|
||||
pyinstaller==5.6.2
|
||||
pyinstaller-hooks-contrib==2022.13
|
||||
pyparsing==3.0.9
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user