Skip to content

Commit

Permalink
Merge pull request #80 from new-frontiers-14/ftlboost
Browse files Browse the repository at this point in the history
raise minimum ftl destination size
  • Loading branch information
Cheackraze authored Jul 24, 2023
2 parents 6dcf21c + 6a6f234 commit ea4252a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public sealed partial class ShuttleSystem
/// <summary>
/// Minimum mass for an FTL destination
/// </summary>
public const float FTLDestinationMass = 500f;
public const float FTLDestinationMass = 1000f;

private void InitializeFTL()
{
Expand Down

0 comments on commit ea4252a

Please sign in to comment.