Skip to content

Commit

Permalink
Allow more helicopters to operate from LHAs and CVs.
Browse files Browse the repository at this point in the history
Fixes #3072.
  • Loading branch information
zhexu14 authored Jul 14, 2023
1 parent 8c6d854 commit fa5caba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Saves from 8.x are not compatible with 9.0.0.
## Fixes

* **[Data]** Fixed the class of the Samuel Chase so it can't be picked for a AAA or SHORAD site.
* **[Data]** Allow CH-47D, CH-53E and UH-60A to operate from carriers and LHAs.
* **[Mission Generation]** Restored previous AI behavior for anti-ship missions. A DCS update caused only a single aircraft in a flight to attack. The full flight will now attack like they used to.
* **[Plugins]** Fixed Lua errors in Skynet plugin that would occur whenever one coalition had no IADS nodes.

Expand Down
2 changes: 2 additions & 0 deletions resources/units/aircraft/CH-47D.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class: Helicopter
carrier_capable: true
lha_capable: true
cabin_size: 24 # It should have 33 but we do not want so much for CTLD to be possible
can_carry_crates: true
description: The CH-47D is a transport helicopter.
Expand Down
2 changes: 2 additions & 0 deletions resources/units/aircraft/CH-53E.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class: Helicopter
carrier_capable: true
lha_capable: true
cabin_size: 24 # It should have 37 but we do not want so much for CTLD to be possible
can_carry_crates: true
description: The CH-53 is a military transport helicopter.
Expand Down
2 changes: 2 additions & 0 deletions resources/units/aircraft/UH-60A.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class: Helicopter
carrier_capable: true
lha_capable: true
price: 4
cabin_size: 10
can_carry_crates: true
Expand Down

0 comments on commit fa5caba

Please sign in to comment.