mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
fix (#19406)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user