From 2a2f69f6a320e0b46b422c71f49547a6d1d7f7b6 Mon Sep 17 00:00:00 2001 From: hal9000PR Date: Fri, 5 Feb 2021 21:56:41 +0000 Subject: [PATCH] sord --- code/modules/reagents/chemistry/reagents/medicine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 894491056fc..1f3acb41f5a 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -411,7 +411,7 @@ /datum/reagent/medicine/potass_iodide/on_mob_life(mob/living/M) if(prob(80)) - M.radiation = max(0, M.radiation-1) + M.radiation = max(0, M.radiation-10) return ..() /datum/reagent/medicine/pen_acid @@ -428,7 +428,7 @@ for(var/datum/reagent/R in M.reagents.reagent_list) if(R != src) M.reagents.remove_reagent(R.id,4) - M.radiation = max(0, M.radiation-7) + M.radiation = max(0, M.radiation-70) if(prob(75)) update_flags |= M.adjustToxLoss(-4*REAGENTS_EFFECT_MULTIPLIER, FALSE) if(prob(33))