From e98f1b36e25f1062639ab95bf4328e779df5fddd Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Tue, 19 Mar 2019 00:15:59 -0400 Subject: [PATCH] this for now --- 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 426c9ae3a8b..9586dec9bc9 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) - temperature_reagents(M.bodytemperature - 30) + set_reagent_temp(M.bodytemperature) // a bitfield filled in by each reagent's `on_mob_life` to find out which states to update var/update_flags = STATUS_UPDATE_NONE