From 850a98358b392d593adc5c109c3db6a0a45d2f52 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:36:59 -0700 Subject: [PATCH] [MIRROR] Blood drawing fix (#12669) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/modules/organs/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/blood.dm b/code/modules/organs/blood.dm index b1904c0534..1d823f39ee 100644 --- a/code/modules/organs/blood.dm +++ b/code/modules/organs/blood.dm @@ -313,7 +313,7 @@ BLOOD_VOLUME_SURVIVE = 40 var/datum/reagent/B = get_blood(container.reagents) if(!B) B = new /datum/reagent/blood - B.holder = container + B.holder = container.reagents B.volume += amount //set reagent data