From bb668d7ddf5384ce4e1f03253f6ec15c81176d2f Mon Sep 17 00:00:00 2001 From: oranges Date: Thu, 17 Sep 2015 15:12:00 +1200 Subject: [PATCH] Remove comment and bandaid fix --- code/modules/reagents/Chemistry-Reagents.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 5ea96e0218f..3f258374874 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -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