RND Rework [Death to Techweb] (#16370)
* Techweb rework * more ui work * finishing ui * Finish all the C# logic * the techs + lathes * remove old-tech * mirror-review
This commit is contained in:
@@ -361,7 +361,7 @@ public sealed class ArtifactAnalyzerSystem : EntitySystem
|
||||
if (pointValue == 0)
|
||||
return;
|
||||
|
||||
_research.AddPointsToServer(server.Value, pointValue, serverComponent);
|
||||
_research.ModifyServerPoints(server.Value, pointValue, serverComponent);
|
||||
_artifact.AdjustConsumedPoints(artifact.Value, pointValue);
|
||||
|
||||
_audio.PlayPvs(component.DestroySound, component.AnalyzerEntity.Value, AudioParams.Default.WithVolume(2f));
|
||||
|
||||
Reference in New Issue
Block a user