mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9077 from VOREStation/upstream-merge-7668
[MIRROR] Actually commit the reagent cycler's entire gimmick.
This commit is contained in:
@@ -64,4 +64,10 @@
|
||||
if(owner && owner.stat != DEAD)
|
||||
owner.bodytemperature += round(owner.robobody_count * 0.25, 0.1)
|
||||
|
||||
if(ishuman(owner))
|
||||
var/mob/living/carbon/human/H = owner
|
||||
|
||||
if(H.ingested?.total_volume && H.bloodstr)
|
||||
H.ingested.trans_to_holder(H.bloodstr, rand(2,5))
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user