[MIRROR] Blood drawing fix (#12669)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-12 17:36:59 -04:00
committed by GitHub
co-authored by Will
parent 13b22b8fee
commit 850a98358b
+1 -1
View File
@@ -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