Reduce airlock prying time.

This commit is contained in:
Pieter-Jan Briers
2020-08-20 22:38:00 +02:00
parent 0eba05c604
commit f27ce22dc9

View File

@@ -418,7 +418,7 @@ namespace Content.Server.GameObjects.Components.Doors
return true;
}
if (!await tool.UseTool(eventArgs.User, Owner, 3f, ToolQuality.Prying, AirlockCheck)) return false;
if (!await tool.UseTool(eventArgs.User, Owner, 0.2f, ToolQuality.Prying, AirlockCheck)) return false;
if (State == DoorState.Closed)
Open();