From 41547e61cf6155dd8e855e81b566e4c019887b89 Mon Sep 17 00:00:00 2001 From: TasiWeynad Date: Mon, 4 Nov 2024 08:20:25 +0700 Subject: [PATCH] Move discipline lock from T3 to T4 --- Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs b/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs index b48d8256b73..ea0a2f282ef 100644 --- a/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs +++ b/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs @@ -44,5 +44,5 @@ public sealed partial class TechDisciplinePrototype : IPrototype /// Purchasing this tier of technology causes a server to become "locked" to this discipline. /// [DataField("lockoutTier")] - public int LockoutTier = 3; + public int LockoutTier = 4; }