From 109c8bc15a28a64e5dc6f812181890da38d1a0a3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 22 Jun 2021 11:20:05 -0400 Subject: [PATCH] Maybe too much of a buff in this case --- code/modules/reagents/reagents/medicine.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index f7effd6d088..fce96ffff6b 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -8,7 +8,7 @@ reagent_state = LIQUID color = "#00BFFF" overdose = REAGENTS_OVERDOSE * 2 - metabolism = REM * 0.1 + metabolism = REM * 0.2 scannable = 1 /datum/reagent/inaprovaline/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) @@ -24,9 +24,9 @@ reagent_state = LIQUID color = "#00BFFF" overdose = REAGENTS_OVERDOSE * 2 - metabolism = REM * 0.1 + metabolism = REM * 0.2 scannable = 1 - touch_met = REM * 0.15 + touch_met = REM * 0.3 can_overdose_touch = TRUE /datum/reagent/inaprovaline/topical/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)