UmbraSpaceIndustries / Konstruction

Other
23 stars 18 forks source link

Request: CLS patches for orbital shipyards and workshop #103

Open sylae opened 1 year ago

sylae commented 1 year ago

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
  }
}