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)
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
tags:
|
||||
- Airlock
|
||||
# This tag is used to nagivate the Airlock construction graph. It's needed because the construction graph is shared between Airlock, AirlockGlass, and HighSecDoor
|
||||
- type: PryUnpowered
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user