Make reagents adjust temperature towards actual bodytemp (#20821)

This commit is contained in:
Nathan Winters
2023-06-22 17:30:02 +01:00
committed by GitHub
parent fc3dcb1254
commit 58a5fc9e46
@@ -295,7 +295,7 @@
*/
/datum/reagents/proc/metabolize(mob/living/M)
if(M)
temperature_reagents(M.bodytemperature - 30)
temperature_reagents(M.bodytemperature)
M.absorb_blood()
for(var/datum/reagent/R as anything in addiction_threshold_accumulated)