From 4d231f806598b2f926bcff91a02a59e5d977b63c Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Thu, 19 Jul 2012 17:30:16 +0000 Subject: [PATCH] -Made Vodka remove radiation instead of Toxin. GET OUT OF HERE STALKER git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4115 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/chemical/Chemistry-Reagents.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index 8e194c522fd..436f5bd00ca 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -2587,8 +2587,7 @@ datum if(!data) data = 1 data++ M.dizziness +=3 - if(holder.has_reagent("toxin")) - holder.remove_reagent("toxin", 2) + M.radiation = max(M.radiation-2,0) if(data >= 45 && data <125) if (!M.stuttering) M.stuttering = 1 M.stuttering += 3