From 67105304507640a13f91546c6ad59f6768b66a5c Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Tue, 2 Apr 2019 23:40:55 -0400 Subject: [PATCH] Tweaks Reagent Bodytemp Interaction --- code/modules/reagents/chemistry/holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 66f010b86e3..8d7201d0645 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -218,7 +218,7 @@ var/const/INGEST = 2 /datum/reagents/proc/metabolize(mob/living/M) if(M) - set_reagent_temp(M.bodytemperature) + temperature_reagents(M.bodytemperature - 30) // a bitfield filled in by each reagent's `on_mob_life` to find out which states to update var/update_flags = STATUS_UPDATE_NONE