clean up infinite researchsystem shitcode (#13136)

* clean up infinite researchsystem shitcode

* fml some more shit

* make syncing work logically

* naming naming naming
This commit is contained in:
Nemanja
2022-12-25 16:22:23 -05:00
committed by GitHub
parent 9afbdf6a17
commit 4eee1ee9b2
23 changed files with 497 additions and 293 deletions

View File

@@ -1,5 +1,5 @@
using Content.Shared.Lathe;
using Content.Shared.Research;
using Content.Shared.Research.Components;
using Robust.Client.GameObjects;
namespace Content.Client.Research.UI
@@ -24,7 +24,7 @@ namespace Content.Client.Research.UI
_menu.OnServerButtonPressed += () =>
{
SendMessage(new LatheServerSelectionMessage());
SendMessage(new ConsoleServerSelectionMessage());
};
_menu.OnPrintButtonPressed += () =>
{