From ce02e1acac0091cd240f145f3b1285f84d1ded6a Mon Sep 17 00:00:00 2001 From: LightVillet Date: Tue, 19 Dec 2023 11:10:22 +0300 Subject: [PATCH] Rules for metagaming --- Content.Server/Station/Components/StationJobsComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/Station/Components/StationJobsComponent.cs b/Content.Server/Station/Components/StationJobsComponent.cs index 677600df7e6..963473ada25 100644 --- a/Content.Server/Station/Components/StationJobsComponent.cs +++ b/Content.Server/Station/Components/StationJobsComponent.cs @@ -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; @@ -40,7 +40,7 @@ public sealed partial class StationJobsComponent : Component /// Set to -1 to disable extended access. /// [DataField("extendedAccessThreshold")] - public int ExtendedAccessThreshold { get; set; } = 15; + public int ExtendedAccessThreshold { get; set; } = 10; //Corvax-rules /// /// The percentage of jobs remaining.