mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Make reagents adjust temperature towards actual bodytemp (#20821)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user