Request: CLS patches for orbital shipyards and workshop
Opened this issue · 0 comments
sylae commented
i'd make a PR but i'm not super familiar with KSP modding so no clue if this is The Right Way to do it, but this patch seems to work fine:
// Connected Living Space patches
@PART[Konstruction_Orbital_Shipyard_500]:HAS[!MODULE[ModuleConnectedLivingSpace]]:NEEDS[ConnectedLivingSpace]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[Kosntruction_Workshop_250]:HAS[!MODULE[ModuleConnectedLivingSpace]]:NEEDS[ConnectedLivingSpace]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[Konstruction_Orbital_Shipyard_250]:HAS[!MODULE[ModuleConnectedLivingSpace]]:NEEDS[ConnectedLivingSpace]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}