Increase zombie prying time for bolted doors (#23383)

This commit is contained in:
themias
2024-01-03 19:41:39 -05:00
committed by GitHub
parent ee410fa2cd
commit 7c22a1cc59
2 changed files with 10 additions and 0 deletions

View File

@@ -135,5 +135,12 @@ public sealed partial class AirlockComponent : Component
[DataField]
public float DenyAnimationTime = 0.3f;
/// <summary>
/// Pry modifier for a bolted airlock.
/// Currently only zombies can pry bolted airlocks.
/// </summary>
[DataField]
public float BoltedPryModifier = 3f;
#endregion Graphics
}