mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add HMS Invincible as a valid runway.
This commit is contained in:
parent
6ce7638fdc
commit
f3f5ab70ea
@ -15,6 +15,7 @@ Saves from 6.0.0 are compatible with 6.1.0
|
||||
* **[Factions]** Defaulted bluefor modern to use Georgian and Ukrainian liveries for Russian aircraft.
|
||||
* **[Factions]** Added Peru.
|
||||
* **[Modding]** Added support for the HMS Ariadne, Achilles, and Castle class.
|
||||
* **[Modding]** Added HMS Invincible to the game data as a helicopter carrier.
|
||||
|
||||
## Fixes
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user