Add HMS Invincible as a valid runway.

This commit is contained in:
Dan Albert
2022-12-12 23:20:15 -08:00
parent 6ce7638fdc
commit f3f5ab70ea
2 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ from dcs.ships import (
CVN_75,
CV_1143_5,
Forrestal,
Hms_invincible,
KUZNECOW,
LHA_Tarawa,
Stennis,
@@ -1202,9 +1203,10 @@ class NavalControlPoint(ControlPoint, ABC):
for u in group.units:
if u.alive and u.type in [
Forrestal,
Stennis,
LHA_Tarawa,
Hms_invincible,
KUZNECOW,
LHA_Tarawa,
Stennis,
Type_071,
]:
return True