Cherrypicks (#356)
* Katana Dash checks based on vision rather than collision (#27793) * Fix dash check * unused * obsolete function --------- Co-authored-by: plykiya <plykiya@protonmail.com> * Fix StepTrigger blacklist not working (#26968) * Make cuff default range again (#28576) * Make cuff default range again * uncuff distance * how about ONE --------- Co-authored-by: plykiya <plykiya@protonmail.com> --------- Co-authored-by: Plykiya <58439124+Plykiya@users.noreply.github.com> Co-authored-by: plykiya <plykiya@protonmail.com> Co-authored-by: no <165581243+pissdemon@users.noreply.github.com>
This commit is contained in:
@@ -545,7 +545,7 @@ namespace Content.Shared.Cuffs
|
||||
BreakOnWeightlessMove = false,
|
||||
BreakOnDamage = true,
|
||||
NeedHand = true,
|
||||
DistanceThreshold = 0.3f
|
||||
DistanceThreshold = 1f // shorter than default but still feels good
|
||||
};
|
||||
|
||||
if (!_doAfter.TryStartDoAfter(doAfterEventArgs))
|
||||
@@ -650,7 +650,7 @@ namespace Content.Shared.Cuffs
|
||||
BreakOnDamage = true,
|
||||
NeedHand = true,
|
||||
RequireCanInteract = false, // Trust in UncuffAttemptEvent
|
||||
DistanceThreshold = 0.3f
|
||||
DistanceThreshold = 1f // shorter than default but still feels good
|
||||
};
|
||||
|
||||
if (!_doAfter.TryStartDoAfter(doAfterEventArgs))
|
||||
|
||||
Reference in New Issue
Block a user