Nerf airlock deconstruction (#6343)

This commit is contained in:
metalgearsloth
2022-02-07 14:06:11 +11:00
committed by GitHub
parent 9724cda65e
commit 7728b907c5
5 changed files with 17 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ namespace Content.Server.Construction
if (attempt.Cancelled)
return false;
return await _toolSystem.UseTool(usingUid, userUid, uid, 0f, 0.5f + attempt.Delay, anchorable.Tool, toolComponent:usingTool);
return await _toolSystem.UseTool(usingUid, userUid, uid, 0f, anchorable.Delay + attempt.Delay, anchorable.Tool, toolComponent:usingTool);
}
/// <summary>