Skip to content

Commit

Permalink
Change default construction speed to a higher value
Browse files Browse the repository at this point in the history
  • Loading branch information
dymanoid committed Jun 24, 2018
1 parent 53132a3 commit ff2f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RealTime/Config/RealTimeConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class RealTimeConfig

[ConfigItem("1General", 3)]
[ConfigItemSlider(1, 100)]
public uint ConstructionSpeed { get; set; } = 30;
public uint ConstructionSpeed { get; set; } = 50;

/// <summary>
/// Gets or sets the percentage of the Cims that will go out for lunch.
Expand Down

0 comments on commit ff2f974

Please sign in to comment.