Skip to content

Commit 0a10521

Browse files
insoPLŁuaksz
andauthored
Fix for low zombie blood (space-wizards#32532)
fix for low zombie blood Co-authored-by: Łuaksz <test@test.com>
1 parent 77a2907 commit 0a10521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Content.Server/Body/Systems/BloodstreamSystem.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public void ChangeBloodReagent(EntityUid uid, string reagent, BloodstreamCompone
472472
return;
473473
}
474474

475-
var currentVolume = bloodSolution.RemoveReagent(component.BloodReagent, bloodSolution.Volume);
475+
var currentVolume = bloodSolution.RemoveReagent(component.BloodReagent, bloodSolution.Volume, ignoreReagentData: true);
476476

477477
component.BloodReagent = reagent;
478478

0 commit comments

Comments
 (0)