From 8fc6abc3719d7f35016afc7ae42323c4e15326e0 Mon Sep 17 00:00:00 2001 From: DOOM Date: Fri, 3 May 2024 18:28:38 -0700 Subject: [PATCH] infection speed --- code/modules/reagents/chemistry_reagents/other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_reagents/other.dm b/code/modules/reagents/chemistry_reagents/other.dm index 02b23b8a2f2b..a5e49b83384f 100644 --- a/code/modules/reagents/chemistry_reagents/other.dm +++ b/code/modules/reagents/chemistry_reagents/other.dm @@ -1076,7 +1076,7 @@ description = "A reagent containing misfolded proteins, capable of causing human prion disease." reagent_state = LIQUID color = "#222222" - custom_metabolism = AMOUNT_PER_TIME(1, 200 SECONDS) + custom_metabolism = AMOUNT_PER_TIME(1, 2 SECONDS) /datum/reagent/prion/reaction_mob(mob/infected_mob, method=TOUCH, volume, permeable) if(!ishuman_strict(infected_mob))