diff --git a/code/modules/clothing/spacesuits/rig/suits/station.dm b/code/modules/clothing/spacesuits/rig/suits/station.dm index 7b06fbf0712d5..81f1d6df3e2f0 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station.dm @@ -503,4 +503,3 @@ //Do not further append if current state already indicates gender if(user.gender == FEMALE && !findtext(chest.icon_state,"_f", -2)) chest.icon_state = "[chest.icon_state]_f" - chest.update_icon(1)