Skip to content

Commit

Permalink
Merge branch 'new-frontiers-14:master' into space-artillery
Browse files Browse the repository at this point in the history
  • Loading branch information
Qulibly committed Jul 29, 2023
2 parents 330ac0d + 4e1c4ad commit cebb2a1
Show file tree
Hide file tree
Showing 9 changed files with 1,723 additions and 1,674 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Lathe/LatheSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public override void Update(float frameTime)
if (lathe.CurrentRecipe == null)
continue;

if (_timing.CurTime - comp.StartTime >= comp.ProductionLength)
if (_timing.CurTime - comp.StartTime >= (comp.ProductionLength * 3))
FinishProducing(uid, lathe);
}
}
Expand Down
Loading

0 comments on commit cebb2a1

Please sign in to comment.