Skip to content

Commit cd8d126

Browse files
authored
tgcoder_had_to_nerf
1 parent 6af9289 commit cd8d126

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modular_meta/features/novichok/code/novichok_reagent.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description = "A lethal nerve agent."
44
color = "#AAAAAA77"
55
toxpwr = 2
6-
metabolization_rate = 0.3 * REAGENTS_METABOLISM
6+
metabolization_rate = 0.7 * REAGENTS_METABOLISM
77

88
/datum/reagent/toxin/novichok/proc/pick_paralyzed_limb()
99
return pick(TRAIT_PARALYSIS_L_ARM, TRAIT_PARALYSIS_R_ARM, TRAIT_PARALYSIS_R_LEG, TRAIT_PARALYSIS_L_LEG)
@@ -36,3 +36,4 @@
3636
REMOVE_TRAIT(M, TRAIT_PARALYSIS_L_LEG, type)
3737

3838
REMOVE_TRAIT(M, TRAIT_PARALYSIS_R_LEG, type)
39+

0 commit comments

Comments
 (0)