Merge pull request #52035 from EdgeLordExe/SPEEDMERGETHISASSAPASASA

OH SHIT OH FUCK SPEEDMERGE THIS CHEMS ARENT METABOLIZING
This commit is contained in:
skoglol
2020-07-06 02:53:28 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
/// Called from [/datum/reagents/proc/metabolize]
/datum/reagent/proc/on_mob_life(mob/living/carbon/M)
current_cycle++
if(!length(reagent_removal_skip_list))
if(length(reagent_removal_skip_list))
return
holder.remove_reagent(type, metabolization_rate * M.metabolism_efficiency) //By default it slowly disappears.
@@ -20,7 +20,7 @@
var/mob/living/carbon/human/H = M
if(!HAS_TRAIT(H, TRAIT_NOHUNGER))
H.adjust_nutrition(nutriment_factor)
if(!length(reagent_removal_skip_list))
if(length(reagent_removal_skip_list))
return
holder.remove_reagent(type, metabolization_rate)
@@ -12,7 +12,7 @@
/datum/reagent/medicine/on_mob_life(mob/living/carbon/M)
current_cycle++
if(!length(reagent_removal_skip_list))
if(length(reagent_removal_skip_list))
return
holder.remove_reagent(type, metabolization_rate / M.metabolism_efficiency) //medicine reagents stay longer if you have a better metabolism