Skip to content

Commit

Permalink
Rules for metagaming
Browse files Browse the repository at this point in the history
  • Loading branch information
LightVillet committed Dec 19, 2023
1 parent d255ccd commit ce02e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Station/Components/StationJobsComponent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Server.Station.Systems;
using Content.Server.Station.Systems;
using Content.Shared.Roles;
using JetBrains.Annotations;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary;
Expand Down Expand Up @@ -40,7 +40,7 @@ public sealed partial class StationJobsComponent : Component
/// Set to -1 to disable extended access.
/// </remarks>
[DataField("extendedAccessThreshold")]
public int ExtendedAccessThreshold { get; set; } = 15;
public int ExtendedAccessThreshold { get; set; } = 10; //Corvax-rules

/// <summary>
/// The percentage of jobs remaining.
Expand Down

0 comments on commit ce02e1a

Please sign in to comment.