Skip to content

Commit

Permalink
ftl boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Jul 24, 2023
1 parent 6dcf21c commit 6a6f234
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 6a6f234

Please sign in to comment.