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:
@@ -68,7 +68,7 @@ namespace Content.Client.Research.UI
|
||||
if (_technologyDatabase == null)
|
||||
return false;
|
||||
|
||||
return _research.CanUnlockTechnology(_technologyDatabase.Owner, technology, _technologyDatabase);
|
||||
return _research.ArePrerequesitesUnlocked(_technologyDatabase.Owner, technology, _technologyDatabase);
|
||||
}
|
||||
|
||||
protected override void UpdateState(BoundUserInterfaceState state)
|
||||
|
||||
Reference in New Issue
Block a user