mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Selectable factions wip
This commit is contained in:
@@ -20,7 +20,7 @@ for t, uts in db.UNIT_BY_TASK.items():
|
||||
pos.x += 10000
|
||||
for ut in uts:
|
||||
pos.y += 5000
|
||||
ctr = mis.country([v["country"] for k, v in db.UNIT_BY_COUNTRY.items() if ut in v["units"]][0])
|
||||
ctr = mis.country([v["country"] for k, v in db.FACTIONS.items() if ut in v["units"]][0])
|
||||
|
||||
g = mis.flight_group_inflight(
|
||||
country=ctr,
|
||||
|
||||
Reference in New Issue
Block a user