grubstuff

This commit is contained in:
Ketrai
2017-09-09 22:19:21 +02:00
committed by GitHub
parent 9104810b21
commit f02b45888b

View File

@@ -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