Skip to content

Commit

Permalink
infection speed
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed May 4, 2024
1 parent 2960c7b commit 8fc6abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_reagents/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8fc6abc

Please sign in to comment.