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.
This commit is contained in:
Nosajthedevil
2023-08-01 20:26:08 -05:00
committed by GitHub
parent e72b1b3ae7
commit 58ede1b888
4 changed files with 49 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ from uuid import UUID
from dcs.mapping import Point
from dcs.ships import (
Ara_vdm,
CVN_71,
CVN_72,
CVN_73,
@@ -1246,6 +1247,7 @@ class NavalControlPoint(ControlPoint, ABC):
for group in self.find_main_tgo().groups:
for u in group.units:
if u.alive and u.type in [
Ara_vdm,
Forrestal,
Hms_invincible,
KUZNECOW,