mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Merge pull request #52035 from EdgeLordExe/SPEEDMERGETHISASSAPASASA
OH SHIT OH FUCK SPEEDMERGE THIS CHEMS ARENT METABOLIZING
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user