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