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

@@ -522,7 +522,7 @@ namespace Content.Server.WireHacking
// screws the panel open if the tool can do so
else if (await toolSystem.UseTool(tool.Owner.Uid, eventArgs.User.Uid, Owner.Uid,
0f, 0.5f, _screwingQuality, toolComponent:tool))
0f, WireHackingSystem.ScrewTime, _screwingQuality, toolComponent:tool))
{
IsPanelOpen = !IsPanelOpen;
if (IsPanelOpen)