diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index debaa20b8c..99aef63092 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -313,3 +313,4 @@ . = ..() if(. && (species.tail || tail_style)) update_tail_showing() + update_inv_wear_suit()