Add HMS Invincible as a valid runway.

(cherry picked from commit f3f5ab70ea)
This commit is contained in:
Dan Albert
2022-12-12 23:20:15 -08:00
parent 50fb1f5d97
commit 41203b9bed
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