Skip to content

Commit

Permalink
Reverting Move discipline lock from T3 toT4
Browse files Browse the repository at this point in the history
  • Loading branch information
TasiWeynad committed Nov 8, 2024
1 parent 60fd91c commit a86d5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ public sealed partial class TechDisciplinePrototype : IPrototype
/// Purchasing this tier of technology causes a server to become "locked" to this discipline.
/// </summary>
[DataField("lockoutTier")]
public int LockoutTier = 4;
public int LockoutTier = 3;
}

0 comments on commit a86d5f6

Please sign in to comment.