Skip to content

Commit abbc8af

Browse files
authored
Merge pull request #32 from MrDarkPush/master
speedymerge
2 parents e000a60 + cd8d126 commit abbc8af

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

modular_meta/features/novichok/code/novichok_reagent.dm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/datum/reagent/toxin/novichok
22
name = "Novichok"
33
description = "A lethal nerve agent."
4-
color = "#D9D9D9"
4+
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)
@@ -34,4 +34,6 @@
3434
REMOVE_TRAIT(M, TRAIT_PARALYSIS_L_ARM, type)
3535
REMOVE_TRAIT(M, TRAIT_PARALYSIS_R_ARM, type)
3636
REMOVE_TRAIT(M, TRAIT_PARALYSIS_L_LEG, type)
37-
REMOVE_TRAIT(M, TRAIT_PARALYSIS_R_LEG, type)
37+
38+
REMOVE_TRAIT(M, TRAIT_PARALYSIS_R_LEG, type)
39+

0 commit comments

Comments
 (0)