Skip to content

Commit

Permalink
Update HandcuffComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus authored Jun 20, 2024
1 parent 1701ded commit 1a1263f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Content.Shared/Cuffs/Components/HandcuffComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ public sealed partial class HandcuffComponent : Component
[DataField]
public SoundSpecifier EndUncuffSound = new SoundPathSpecifier("/Audio/Items/Handcuffs/cuff_takeoff_end.ogg");

/// <summary>
/// Both a bool and a multiplier combined. If it is 0, handcuffs are unaffected by mass contests. The absolute value of any nonzero acts as a multiplier on how much mass affects uncuff speed.
/// A value of 1 provides the full modifier from MassContest. 0.5 is half the effect of mass contests, and so on.
/// </summary>
[DataField]
public float UncuffMassModifier = 0f;
}
Expand Down

0 comments on commit 1a1263f

Please sign in to comment.