Reduce MaxBuckleDistance (#5938)

This commit is contained in:
metalgearsloth
2021-12-29 23:14:21 +11:00
committed by GitHub
parent 45bfc0b96b
commit 39e42899ca
5 changed files with 2 additions and 33 deletions

View File

@@ -29,8 +29,6 @@ namespace Content.Shared.Buckle.Components
public EntityUid? LastEntityBuckledTo { get; set; }
public bool IsOnStrapEntityThisFrame { get; set; }
public bool DontCollide { get; set; }
public abstract bool TryBuckle(EntityUid user, EntityUid to);