Merge pull request #11836 from optimumtact/neopocalypse

Remove comment and bandaid fix
This commit is contained in:
Remie Richards
2015-09-19 14:11:11 +01:00
@@ -49,8 +49,6 @@
/datum/reagent/proc/on_mob_life(mob/living/M)
current_cycle++
if(!istype(M, /mob/living))
return //Noticed runtime errors from facid trying to damage ghosts, this should fix. --NEO
holder.remove_reagent(src.id, metabolization_rate * M.metabolism_efficiency) //By default it slowly disappears.
return