Skip to content

Commit

Permalink
halve crawlspeed (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 authored Jan 27, 2025
1 parent 1a6e04f commit f2481de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_White/Standing/LayingDownComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed partial class LayingDownComponent : Component
public float StandingUpTime { get; set; } = .5f;

[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float SpeedModify { get; set; } = .4f;
public float SpeedModify { get; set; } = .2f; // DeltaV - reduce from .4f to .2f

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

0 comments on commit f2481de

Please sign in to comment.