From 1e3369741ce935292080f4e30817bd7274c85561 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 27 Mar 2022 17:52:28 +1100 Subject: [PATCH] Fix buckling on rotated grid (#7279) --- Content.Server/Buckle/Components/StrapComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Buckle/Components/StrapComponent.cs b/Content.Server/Buckle/Components/StrapComponent.cs index f42f44d42c..ee10b169b3 100644 --- a/Content.Server/Buckle/Components/StrapComponent.cs +++ b/Content.Server/Buckle/Components/StrapComponent.cs @@ -64,7 +64,7 @@ namespace Content.Server.Buckle.Components /// Don't change it unless you really have to /// [DataField("maxBuckleDistance", required: false)] - public float MaxBuckleDistance = 0.1f; + public float MaxBuckleDistance = 0.5f; /// /// You can specify the offset the entity will have after unbuckling.