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

Fix various typos, add eras to kerbalism configs #2519

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update SecondGenExperiments.cfg
  • Loading branch information
Clayell authored Feb 3, 2025
commit 4c0c9ee2983e9710461b4810ed48f9818f95b1f1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -87,7 +87,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBodyAndMoons
IncludeExperiment =
}
Expand Down Expand Up @@ -138,7 +138,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBodyAndMoons
IncludeExperiment =
}
Expand Down Expand Up @@ -189,7 +189,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -240,7 +240,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0.0005
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -292,7 +292,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0.0005
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBodyAndMoons
IncludeExperiment =
}
Expand Down Expand Up @@ -344,7 +344,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -395,7 +395,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -446,7 +446,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -497,7 +497,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBodyAndMoons
IncludeExperiment =
}
Expand Down Expand Up @@ -548,7 +548,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0.004
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down Expand Up @@ -600,7 +600,7 @@ EXPERIMENT_DEFINITION
{
// sample mass in tons. if undefined or 0, the experiment produce a file
SampleMass = 0
// Body restrictions, multiple lines allowed (just don't use confictiong combinations).
// Body restrictions, multiple lines allowed (just don't use conflicting combinations).
BodyAllowed = HomeBody
IncludeExperiment =
}
Expand Down