mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add support for ARA Veinticinco de Mayo.
Includes an Argentina 1982 faction for testing purposes, although it's sparse because of a lack of assets in DCS. Note that the carrier is mispelled as the Vienticinco in the game. Includes prerequisite pydcs update. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3123. yaml to json
This commit is contained in:
@@ -28,6 +28,7 @@ from uuid import UUID
|
||||
|
||||
from dcs.mapping import Point
|
||||
from dcs.ships import (
|
||||
Ara_vdm,
|
||||
CVN_71,
|
||||
CVN_72,
|
||||
CVN_73,
|
||||
@@ -1372,6 +1373,7 @@ class NavalControlPoint(
|
||||
for group in self.find_main_tgo().groups:
|
||||
for u in group.units:
|
||||
if u.alive and u.type in [
|
||||
Ara_vdm,
|
||||
Forrestal,
|
||||
Stennis,
|
||||
LHA_Tarawa,
|
||||
|
||||
Reference in New Issue
Block a user