Skip to content

Commit

Permalink
Merge pull request #21 from caipi-/master
Browse files Browse the repository at this point in the history
Connected Living Space Support
  • Loading branch information
BobPalmer committed Sep 2, 2014
2 parents 4e0bbdf + 5bbc99e commit e1a3d9e
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ MODULE
playAnimationOnEditorSpawn = True
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}


}

Expand Down
6 changes: 6 additions & 0 deletions GameData/UmbraSpaceIndustries/FTT/Parts/FTT_Cargo_375_01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ MODULE
hasGUI = false
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}



}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,10 @@ MODULE
storageRange = 2.0
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ RESOURCE
maxAmount = 750
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ RESOURCE
amount = 0
maxAmount = 250
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ maxTemp = 3400



MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ crashTolerance = 45
maxTemp = 3400


MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}


}

Expand Down

0 comments on commit e1a3d9e

Please sign in to comment.