From d977496bcadf242d0f84a0d6f210fd2fcd3e1900 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Sun, 23 Jan 2022 22:37:04 -0500 Subject: [PATCH] A smidgen of number tweaking. --- code/modules/reagents/reagents/medicine.dm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index 8798dbdf090..4ea96257a71 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -1505,7 +1505,7 @@ /datum/reagent/earthsblood name = "Earthsblood" id = "earthsblood" - description = "A rare plant extract with immense healing and life giving applications. Induces a potent psychoactive state." + description = "A rare plant extract with immense, almost magical healing capabilities. Induces a potent psychoactive state, damaging neurons with prolonged use." taste_description = "honey and sunlight" reagent_state = LIQUID color = "#ffb500" @@ -1521,7 +1521,4 @@ M.druggy = max(M.druggy, 20) M.make_jittery (20) M.hallucination = max(M.hallucination, 2) - -/datum/reagent/earthsblood/overdose(var/mob/living/carbon/M, var/alien) - ..() - M.adjustBrainLoss (1.5 * removed) // Your life for your mind... \ No newline at end of file + M.adjustBrainLoss = (1 * removed) //your life for your mind. an echange \ No newline at end of file