From ec470c5ccac0455cd02df7c687ea7be5ab47cc71 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 4 Mar 2019 21:24:03 -0500 Subject: [PATCH] excuse me vscode but what the FUCK --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1e26b2ea40..2dfd414e85 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -901,7 +901,7 @@ return TRUE return FALSE - /mob/living/carbon/human/proc/clear_shove_slowdown() +/mob/living/carbon/human/proc/clear_shove_slowdown() remove_movespeed_modifier(SHOVE_SLOWDOWN_ID) var/active_item = get_active_held_item() if(is_type_in_typecache(active_item, GLOB.shove_disarming_types))