From 5176961a0e791647ac7c49e53ca5acc24d4b4baf Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 14 Mar 2019 09:24:11 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 09c0126dd7..7cc67217f9 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -154,7 +154,7 @@ mob/living/simple_animal/synx/PunchTarget() /datum/reagent/inaprovaline/synxchem name = "Alien nerveinhibitor" - description = "I mean you could have gotten this through dialysis but was it honestly worth for this easteregg?" + description = "A toxin that slowly metabolizes damaging the person, but makes them unable to feel pain" id = "synxchem" metabolism = REM * 0.1 //Slow metabolization to try and mimic permanent nerve damage without actually being too cruel to people color = "#FFFFFF"