Nerf airlock deconstruction (#6343)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user