Skip to content

Commit

Permalink
And again.
Browse files Browse the repository at this point in the history
Fixed duration multiplier on sounding rockets matbay.
  • Loading branch information
UsernamesAreAlwaysTaken committed Jun 24, 2019
1 parent eeab0bd commit f6d09f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
@MODULE[Experiment]:HAS[#experiment_id[mobileMaterialsLab]]
{
@ec_rate *= #$@KERBALISM_EXPERIMENT_VALUES/USIRockets/SRExperiment03/ECCostFactor$
@data_rate *= #$@KERBALISM_EXPERIMENT_VALUES/USIRockets/SRExperiment03/DurationFactor$
@data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/USIRockets/SRExperiment03/DurationFactor$
@sample_mass *= #$@KERBALISM_EXPERIMENT_VALUES/USIRockets/SRExperiment03/SampleMassFactor$
@sample_reservoir = #$sample_mass$
}
Expand Down

0 comments on commit f6d09f8

Please sign in to comment.