From b67839e6a0fe2a5d61a197a3fb5b7c1f6dfce979 Mon Sep 17 00:00:00 2001 From: falcon2346 <111808553+falcon2346@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:12:03 -0600 Subject: [PATCH] Feverfew Fix (#35922) Changes the metabolism of Feverfew to 0.2 so one cactus prick no longer lasts 10 minutes. --- code/modules/reagents/reagents/reagents_medical.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagents/reagents_medical.dm b/code/modules/reagents/reagents/reagents_medical.dm index 778447087496..159ead5f29f2 100644 --- a/code/modules/reagents/reagents/reagents_medical.dm +++ b/code/modules/reagents/reagents/reagents_medical.dm @@ -158,6 +158,7 @@ id = FEVERFEW description = "Feverfew is a natural anticoagulant useful in fending off viruses, but it leaves one vulnerable to pain and bleeding." color = "#b5651d" + custom_metabolism = 0.2 pain_resistance = -25 data = list ("threshold" = 80)