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))