From b7a5e42429d06ff9ab934b27e985398892606e13 Mon Sep 17 00:00:00 2001 From: Raphael Bertoche Date: Tue, 23 May 2023 06:31:53 -0300 Subject: [PATCH] Removes all blocks from research Pirateia as tecnologias da pesquisa --- Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs | 2 +- Content.Shared/Research/Systems/SharedResearchSystem.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs b/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs index d5c7ad89aff..087fefca7d9 100644 --- a/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs +++ b/Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs @@ -44,5 +44,5 @@ public sealed class TechDisciplinePrototype : IPrototype /// Purchasing this tier of technology causes a server to become "locked" to this discipline. /// [DataField("lockoutTier")] - public readonly int LockoutTier = 3; + public readonly int LockoutTier = 4; } diff --git a/Content.Shared/Research/Systems/SharedResearchSystem.cs b/Content.Shared/Research/Systems/SharedResearchSystem.cs index fffbad847e5..84d0dff146b 100644 --- a/Content.Shared/Research/Systems/SharedResearchSystem.cs +++ b/Content.Shared/Research/Systems/SharedResearchSystem.cs @@ -162,6 +162,7 @@ public bool IsTechnologyUnlocked(EntityUid uid, string technologyId, TechnologyD public void TrySetMainDiscipline(TechnologyPrototype prototype, EntityUid uid, TechnologyDatabaseComponent? component = null) { + return; if (!Resolve(uid, ref component)) return;