From d4be0bfc87cd4198eb2ff05ee47a8a35fe30adcb Mon Sep 17 00:00:00 2001 From: igalan Date: Thu, 21 Aug 2014 02:46:18 +0100 Subject: [PATCH] Removed pure laziness comment line --- code/modules/reagents/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index bf69478d604..570f1fb84c9 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -19,7 +19,7 @@ datum var/list/data = null var/volume = 0 var/nutriment_factor = 0 - var/custom_metabolism = REAGENTS_METABOLISM //setup.dm sets this as 0.2 + var/custom_metabolism = REAGENTS_METABOLISM var/overdose = 0 var/overdose_dam = 1 var/scannable = 0 //shows up on health analyzers