Skip to content

Commit

Permalink
Update AirlockVirusRuleComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril authored Nov 30, 2024
1 parent b9f11df commit 6dfdaf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Content.Server.StationEvents.Components;
public sealed partial class AirlockVirusRuleComponent : Component
{
/// <summary>
/// The maximum amount of time in seconds before each infected door is self-emagged.
/// The minimum amount of time in seconds before each infected door is self-emagged.
/// </summary>
[DataField]
public int MinimumTimeToEmag = 30;
Expand Down

0 comments on commit 6dfdaf4

Please sign in to comment.