From 9bc85f2883addc40b7832f10e0de6f1d55488260 Mon Sep 17 00:00:00 2001 From: CIB Date: Mon, 18 Jun 2012 05:55:45 -0700 Subject: [PATCH] Fixed comma error. --- code/modules/chemical/Chemistry-Reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index fa5c1cf30bb..55d3373e1b8 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -389,7 +389,7 @@ datum // if(50 to INFINITY) // M:adjustToxLoss(0.1) data++ - holder.remove_reagent(src.id, 0.4) + holder.remove_reagent(src.id, 0.04) ..() return @@ -1827,7 +1827,7 @@ datum if(51 to INFINITY) M:sleeping += 5 M:adjustToxLoss(2) - holder.remove_reagent(src.id, 0.4) + holder.remove_reagent(src.id, 0.04) ..() return