Skip to content

Commit

Permalink
Merge pull request impstation#719 from impstation/revert-711-CrawlSpeed
Browse files Browse the repository at this point in the history
Revert "Slow down crawling, slightly longer stand up time"
  • Loading branch information
widgetbeck authored Nov 15, 2024
2 parents f6ca587 + 127997a commit 37d1a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/_Goobstation/Standing/LayingDownComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ namespace Content.Shared._Goobstation.Standing;
public sealed partial class LayingDownComponent : Component
{
[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float StandingUpTime { get; set; } = 1.25f;
public float StandingUpTime { get; set; } = 1f;

[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float SpeedModify { get; set; } = .19f;
public float SpeedModify { get; set; } = .25f;

[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public bool AutoGetUp;
Expand Down

0 comments on commit 37d1a2d

Please sign in to comment.