Fixes explosion bug, tweaks hypo and fiddles pH.

This commit is contained in:
Thalpy
2019-06-29 02:47:32 +01:00
parent a4edb0b69a
commit b6309d5a31
6 changed files with 57 additions and 12 deletions
+2 -1
View File
@@ -68,7 +68,8 @@
/datum/reagent/proc/on_mob_life(mob/living/carbon/M)
current_cycle++
holder.remove_reagent(src.id, metabolization_rate * M.metabolism_efficiency) //By default it slowly disappears.
if(holder)
holder.remove_reagent(src.id, metabolization_rate * M.metabolism_efficiency) //By default it slowly disappears.
return
// Called when this reagent is first added to a mob