Bloodstreams now have their own drawing behavior (#8920)

This commit is contained in:
Rane
2022-07-04 20:37:21 -04:00
committed by GitHub
parent 598e350afc
commit 6f9e3cc461
4 changed files with 40 additions and 6 deletions

View File

@@ -4,11 +4,12 @@ using Content.Shared.Damage;
using Content.Shared.Damage.Prototypes;
using Content.Shared.FixedPoint;
using Content.Shared.Sound;
using Content.Server.Chemistry.EntitySystems;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Server.Body.Components
{
[RegisterComponent, Access(typeof(BloodstreamSystem))]
[RegisterComponent, Access(typeof(BloodstreamSystem), (typeof(ChemistrySystem)))]
public sealed class BloodstreamComponent : Component
{
public static string DefaultChemicalsSolutionName = "chemicals";