From a5104dd9ec5d33d99e4d05ea3fb4ff4336bc3a04 Mon Sep 17 00:00:00 2001 From: MetalStormGhost Date: Wed, 2 Aug 2023 19:42:23 +0300 Subject: [PATCH] USS Samuel Chase class fix Corrected the class of the WWII asset pack ship USS Samuel Chase from Logistics (ground unit class) to LandingShip, in order to prevent it being spawned as part of AAA sites. --- changelog.md | 1 + resources/units/ships/USS_Samuel_Chase.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 14ab14a1..be659e79 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ * **[New Game Wizard]** Faction selection overview doesn't update when inverting map * **[Payloads]** Added/Updated (missing) payloads * **[Aircraft Tasking]** Revised aircraft tasking, filtering out incompatible tasks for several aircraft +* **[Data]** Corrected the class of the USS Samuel Chase from Logistics to LandingShip, in order to prevent it being spawned as part of AAA sites. # Retribution v1.2.1 (hotfix) diff --git a/resources/units/ships/USS_Samuel_Chase.yaml b/resources/units/ships/USS_Samuel_Chase.yaml index 5ac22da1..bd35ae83 100644 --- a/resources/units/ships/USS_Samuel_Chase.yaml +++ b/resources/units/ships/USS_Samuel_Chase.yaml @@ -1,4 +1,4 @@ -class: Logistics +class: LandingShip price: 0 variants: LS Samuel Chase: null \ No newline at end of file