Adjustments to synthetic food processing

This commit is contained in:
Heroman
2022-03-20 09:31:52 +10:00
parent 42f6ef9895
commit 4e6c965074
3 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -65,10 +65,11 @@
if(owner && owner.stat != DEAD)
owner.bodytemperature += round(owner.robobody_count * 0.25, 0.1)
/* //VOREStation Removal - normal chem processing
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