From f6d491f30c5184b6b0824eedccd531a05560662f Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 28 Dec 2024 06:46:15 -0700 Subject: [PATCH] [MIRROR] Fixes taur rigsuits disappearing when dir changed (#9714) Co-authored-by: Cameron Lennox --- code/modules/mob/living/carbon/human/human_movement.dm | 1 + 1 file changed, 1 insertion(+) 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()