Body scanner and new health analyzer UI (#445)

* Body scanner and new health analyzer UI

* fix

---------

Co-authored-by: XDRmix <xdrmix@mail.ru>
This commit is contained in:
rhailrake
2023-09-27 13:37:45 +06:00
committed by Aviu00
parent 4009932fb2
commit d9daee02a5
32 changed files with 2132 additions and 218 deletions

View File

@@ -1,5 +1,6 @@
using Content.Server.Body.Systems;
using Content.Server.Chemistry.EntitySystems;
using Content.Server.White.Medical.BodyScanner;
using Content.Shared.Chemistry.Components;
using Content.Shared.Damage;
using Content.Shared.Damage.Prototypes;
@@ -9,7 +10,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
namespace Content.Server.Body.Components
{
[RegisterComponent, Access(typeof(BloodstreamSystem), (typeof(ChemistrySystem)))]
[RegisterComponent, Access(typeof(BloodstreamSystem), typeof(ChemistrySystem), typeof(BodyScannerConsoleSystem))] // WD EDIT
public sealed partial class BloodstreamComponent : Component
{
public static string DefaultChemicalsSolutionName = "chemicals";