Skip to content

Commit

Permalink
Update rocket silo cycle time.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkMcDonald committed Sep 9, 2024
1 parent 5a8791a commit 7436ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Miner.prototype.prodEffect = function(spec) {
return prod.add(spec.miningProd)
}

var rocketLaunchDuration = RationalFromFloats(2475, 60)
var rocketLaunchDuration = RationalFromFloats(2434, 60)

function launchRate(spec) {
var partRecipe = solver.recipes["rocket-part"]
Expand Down

0 comments on commit 7436ee3

Please sign in to comment.