mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Merge pull request #11217 from Fox-McCloud/reagent-bodytemp
Tweaks Reagent Bodytemp Interaction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user