zer0Kerbal / CoyoteCargoFreighter

Coyote Cargo Freighter by Coyote Space Industries (CSI) is a massive parts pack for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/209541-*/
GNU General Public License v2.0
1 stars 0 forks source link

CLS.cfg referencing wrong module. #36

Closed zer0Kerbal closed 1 year ago

zer0Kerbal commented 2 years ago

From CSI-Cargo-Freighter created by BararQ: dboi88/CSI-Cargo-Freighter#56

CLS.cfg

This was referencing the wrong module [KolonyTools], it should be as shown below.

@part[CSIfreighterRecycler]:NEEDS[KolonyTools] { MODULE { name = ModuleKolonyTools passable = true surfaceAttachmentsPassable = false passableWhenSurfaceAttached = True } }

@part[CSIfreighterRecycler]:NEEDS[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = true surfaceAttachmentsPassable = false passableWhenSurfaceAttached = True } }