From b32846b253b2a31c03b7eda2ab9f165a77ae4ef9 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 29 Jun 2022 19:41:28 +1000 Subject: [PATCH] Buff cuff times again (#9279) --- Content.Server/Cuffs/Components/HandcuffComponent.cs | 4 ++-- Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) 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