Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stricter MM syntax #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Core/KSP-SR-10000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-10000m - KSP Sounding Rockets: Fly a sounding rocket to 10km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets]
{


Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-140000m-RSS.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-140000m-RSS - KSP Sounding Rockets: Fly a sounding rocket to 140km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries,RealSolarSystem]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets,RealSolarSystem]
{


Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-20000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-20000m - KSP Sounding Rockets: Fly a sounding rocket to 20km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets]
{


Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-2000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-2000m - KSP Sounding Rockets: Fly a sounding rocket to 2000m!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets]
{

sortKey = a1
Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-40000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-40000m - KSP Sounding Rockets: Fly a sounding rocket to 40km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets]
{


Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-5000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-5000m - KSP Sounding Rockets: Fly a sounding rocket to 5000m!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets]
{

sortKey = a2
Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-70000m-RSS.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-70000m-RSS - KSP Sounding Rockets: Fly a sounding rocket to 70km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries,RealSolarSystem]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets,RealSolarSystem]
{


Expand Down
2 changes: 1 addition & 1 deletion Core/KSP-SR-70000m.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//KSP-SR-70000m - KSP Sounding Rockets: Fly a sounding rocket to 70km!

CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries,!RealSolarSystem]
CONTRACT_TYPE:NEEDS[UmbraSpaceIndustries/SoundingRockets,!RealSolarSystem]
{


Expand Down