mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user