From 96ed3128d86dd00f0a6f6ab3e38174c8f911d342 Mon Sep 17 00:00:00 2001 From: Chris V Date: Mon, 2 May 2022 15:47:18 -0700 Subject: [PATCH] Increase the time it takes to strip something off of someone (#7866) --- Content.Server/Strip/StrippableComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Strip/StrippableComponent.cs b/Content.Server/Strip/StrippableComponent.cs index 92a8e3b51e..f40dab284f 100644 --- a/Content.Server/Strip/StrippableComponent.cs +++ b/Content.Server/Strip/StrippableComponent.cs @@ -25,7 +25,7 @@ namespace Content.Server.Strip [Dependency] private readonly IEntitySystemManager _sysMan = default!; private StrippableSystem _strippableSystem = default!; - public const float StripDelay = 2f; + public const float StripDelay = 6f; // TODO: This component needs localization.