Allow Hand-Prying Most Unpowered Airlocks (#21002)
Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ public sealed class PryingSystem : EntitySystem
|
||||
// to be marked as handled as a popup would be generated on failure.
|
||||
return true;
|
||||
|
||||
return StartPry(target, user, null, 1.0f, out id);
|
||||
return StartPry(target, user, null, 0.1f, out id); // hand-prying is much slower
|
||||
}
|
||||
|
||||
private bool CanPry(EntityUid target, EntityUid user, PryingComponent? comp = null)
|
||||
|
||||
Reference in New Issue
Block a user