From 8a02bb5cda364035ea84f76e0f01be7fc556a19e Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:51:07 -0400 Subject: [PATCH] Make Rejuvenate empty Bloodstream chemicals (#18716) --- Content.Server/Body/Systems/BloodstreamSystem.cs | 1 + 1 file changed, 1 insertion(+) 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); } ///