From 5144f22706f651dc77ffa0eed7227ea9861e2e2e Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:40:08 -0400 Subject: [PATCH] fix (#19406) --- 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 dec2252542..036cf4bc30 100644 --- a/code/modules/organs/blood.dm +++ b/code/modules/organs/blood.dm @@ -306,7 +306,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