Skip to content

Commit

Permalink
Merge pull request #2 from LEGIONBOSS/master
Browse files Browse the repository at this point in the history
Optional MM patch to add SurveyStation module to all manned command parts
  • Loading branch information
zer0Kerbal committed May 5, 2021
2 parents 3a74b72 + f045d74 commit 3305ec4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GameData/NotSoSimpleConstruction/Patches/SurveyStationOptional.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// This will add the survey station capability to all manned command parts
// Change the file extension to .cfg to activate it

@PART[*]:HAS[MODULE[ModuleCommand],MODULE[!ELSurveyStation],#CrewCapacity[>0]]:NEEDS[SimpleConstruction]:FOR[NotSoSimpleConstruction]
{
MODULE
{
name = ELSurveyStation
}
}

// @LEGIONBOSS

0 comments on commit 3305ec4

Please sign in to comment.