From 74232f983129b97d6c2564b904eb7ad7f2a49cf5 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:05:16 -0500 Subject: [PATCH] handcuff replacements are faster to escape from (#25601) makeshift handcuffs are easier to escape from --- Content.Shared/Cuffs/Components/HandcuffComponent.cs | 2 +- Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Cuffs/Components/HandcuffComponent.cs b/Content.Shared/Cuffs/Components/HandcuffComponent.cs index 91d5a412eb..77a77cf2f8 100644 --- a/Content.Shared/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Shared/Cuffs/Components/HandcuffComponent.cs @@ -25,7 +25,7 @@ public sealed partial class HandcuffComponent : Component /// The time it takes for a cuffed entity to uncuff itself. /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public float BreakoutTime = 30f; + public float BreakoutTime = 15f; /// /// If an entity being cuffed is stunned, this amount of time is subtracted from the time it takes to add/remove their cuffs. diff --git a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml index ad0e724358..c21ab7f3aa 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml @@ -35,7 +35,7 @@ parent: Handcuffs components: - type: Handcuff - breakoutTime: 15 + breakoutTime: 3 cuffedRSI: Objects/Misc/cablecuffs.rsi bodyIconState: body-overlay color: forestgreen @@ -77,7 +77,7 @@ size: Tiny storedRotation: 0 - type: Handcuff - breakoutTime: 20 # halfway between improvised cablecuffs and metal ones + breakoutTime: 3 cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine bodyIconState: body-overlay breakOnRemove: true