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:
@@ -51,7 +51,7 @@ public sealed class DiskConsoleSystem : EntitySystem
|
||||
if (serverComp.Points < component.PricePerDisk)
|
||||
return;
|
||||
|
||||
_research.AddPointsToServer(server.Value, -component.PricePerDisk, serverComp);
|
||||
_research.ModifyServerPoints(server.Value, -component.PricePerDisk, serverComp);
|
||||
_audio.PlayPvs(component.PrintSound, uid);
|
||||
|
||||
var printing = EnsureComp<DiskConsolePrintingComponent>(uid);
|
||||
|
||||
Reference in New Issue
Block a user