diff --git a/Content.Server/Body/Systems/BloodstreamSystem.cs b/Content.Server/Body/Systems/BloodstreamSystem.cs index 59e50c9161..33cb59775b 100644 --- a/Content.Server/Body/Systems/BloodstreamSystem.cs +++ b/Content.Server/Body/Systems/BloodstreamSystem.cs @@ -253,6 +253,7 @@ public sealed class BloodstreamSystem : EntitySystem { TryModifyBleedAmount(uid, -component.BleedAmount, component); TryModifyBloodLevel(uid, component.BloodSolution.AvailableVolume, component); + _solutionContainerSystem.RemoveAllSolution(uid, component.ChemicalSolution); } ///