Skip to content

Commit

Permalink
Merge pull request raveloda#4 from jsolson/patch-1
Browse files Browse the repository at this point in the history
syntax
  • Loading branch information
raveloda committed May 11, 2016
2 parents a670dbc + d3c8de8 commit 689bc3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GameData/Coatl Aerospace/Compatibility/Bluedog_DB.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//Bluedog Design Bureau Compatibility

//Infra-Red Science
@PART[ca_KLIR]:AFTER[CoatlAerospace]:NEEDS[Bluedog_DB]
@PART[ca_KLIR]:FOR[CoatlAerospace]:NEEDS[Bluedog_DB]
{
!MODULE[ModuleScienceExperiment] {}
@MODULE
MODULE
{
name = ModuleScienceExperiment
experimentID = bd_IRspec
Expand All @@ -22,10 +22,10 @@
usageReqMaskExternal = 8
}
}
@PART[ca_sciBoom]:AFTER[CoatlAerospace]:NEEDS[Bluedog_DB]
@PART[ca_sciBoom]:FOR[CoatlAerospace]:NEEDS[Bluedog_DB]
{
!MODULE[ModuleScienceExperiment] {}
@MODULE
!MODULE[ModuleScienceExperiment],* {}
MODULE
{
name = ModuleScienceExperiment
experimentID = bd_IRspec
Expand All @@ -42,7 +42,7 @@
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}
@MODULE
MODULE
{
name = ModuleScienceExperiment
experimentID = ca_UVspec
Expand All @@ -59,7 +59,7 @@
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}
@MODULE
MODULE
{
name = ModuleScienceExperiment
experimentID = scopeScan
Expand All @@ -76,4 +76,4 @@
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}
}
}

0 comments on commit 689bc3e

Please sign in to comment.