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 bebbb91325..771fce0f67 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine_vr.dm @@ -29,3 +29,19 @@ /datum/reagent/numbing_enzyme/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) M.add_chemical_effect(CE_PAINKILLER, 200) + +/datum/reagent/vermicetol + name = "Vermicetol" + id = "vermicetol" + description = "A potent chemical that treats burn damage at an exceptional rate and lasts a while." + taste_description = "sparkles" + reagent_state = SOLID + color = "#964e06" + overdose = 10 + scannable = 1 + metabolism = 0.02 + mrate_static = TRUE + +/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