diff --git a/code/modules/reagents/chemistry/reagents_holder.dm b/code/modules/reagents/chemistry/reagents_holder.dm index a9b0e4a6d7a..9e6ad2e544c 100644 --- a/code/modules/reagents/chemistry/reagents_holder.dm +++ b/code/modules/reagents/chemistry/reagents_holder.dm @@ -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)