Pulling fasto (#17696)
* faster pulling + pulling gravity tweaks * merciful
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Content.Shared.Maps
|
||||
/// </summary>
|
||||
[DataField("barestepSounds")] public SoundSpecifier? BarestepSounds { get; } = new SoundCollectionSpecifier("BarestepHard");
|
||||
|
||||
[DataField("friction")] public float Friction { get; set; } = 0.3f;
|
||||
[DataField("friction")] public float Friction { get; set; } = 0.2f;
|
||||
|
||||
[DataField("variants")] public byte Variants { get; set; } = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user