Increase the time it takes to strip something off of someone (#7866)

This commit is contained in:
Chris V
2022-05-02 15:47:18 -07:00
committed by GitHub
parent bbb77d7230
commit 96ed3128d8

View File

@@ -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.