From 1610777d6e7bd2d806ac77d5b0cd9c4cf394e55f Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 26 Jul 2018 12:13:38 -0700 Subject: [PATCH] meth grants less of a speed increase --- code/modules/mob/living/carbon/human/species/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index 6ce91d80ddd..c26e088a763 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -256,7 +256,7 @@ if(H.status_flags & GOTTAGOFAST) . -= 1 if(H.status_flags & GOTTAGOREALLYFAST) - . -= 2 + . -= 1 return . /datum/species/proc/handle_post_spawn(mob/living/carbon/C) //Handles anything not already covered by basic species assignment.