From 4c26688e2c4b1c41d9de7771b2b4de75b26fdbf8 Mon Sep 17 00:00:00 2001 From: Ketrai Date: Sun, 4 Feb 2018 18:24:51 +0100 Subject: [PATCH] makes vermicetol more potent. Seeing as I disregarded the effect of metabolism, vermicetol was unintentionally weak. So incredibly slow that the effect was barely noticable. The potency now should cause vermicetol to heal at a rate of 2.2. which is roughly 63% lower than ketolade, but lasts a whole lot longer. --- .../Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm index c7db86d821..1b0a4c7581 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm @@ -73,4 +73,4 @@ /datum/reagent/vermicetol/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien != IS_DIONA) - M.heal_organ_damage(0, 21 * removed) //more potent than keloderm + M.heal_organ_damage(0, 110 * removed) //Not as potent as ketolade, but lasts LONG.