Nerf hacking speed (#5264)

This commit is contained in:
metalgearsloth
2021-11-11 20:48:12 +11:00
committed by GitHub
parent dae33d14df
commit 940134cec1
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ namespace Content.Server.WireHacking
[ViewVariables] private readonly Dictionary<string, WireLayout> _layouts =
new();
public const float ScrewTime = 2.5f;
public override void Initialize()
{
base.Initialize();