diff --git a/Content.Server/Cuffs/Components/HandcuffComponent.cs b/Content.Server/Cuffs/Components/HandcuffComponent.cs index eb1a942577..59b0c6f90e 100644 --- a/Content.Server/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Server/Cuffs/Components/HandcuffComponent.cs @@ -22,14 +22,14 @@ namespace Content.Server.Cuffs.Components /// [ViewVariables] [DataField("cuffTime")] - public float CuffTime { get; set; } = 5f; + public float CuffTime { get; set; } = 3.5f; /// /// The time it takes to remove a from an entity. /// [ViewVariables] [DataField("uncuffTime")] - public float UncuffTime { get; set; } = 5f; + public float UncuffTime { get; set; } = 3.5f; /// /// The time it takes for a cuffed entity to remove from itself. diff --git a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml index 6a22ecee50..b07167b4ee 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml @@ -25,8 +25,6 @@ - type: Item size: 5 - type: Handcuff - cuffTime: 5 - uncuffTime: 5 breakoutTime: 15 cuffedRSI: Objects/Misc/cablecuffs.rsi bodyIconState: body-overlay @@ -62,9 +60,6 @@ - type: Item size: 2 - type: Handcuff - cuffTime: 5.5 - uncuffTime: 5.5 - stunBonus: 2.0 breakoutTime: 20 # halfway between improvised cablecuffs and metal ones cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine bodyIconState: body-overlay