mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
[MIRROR] Blood drawing fix (#12669)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
13b22b8fee
commit
850a98358b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user