From 83f7079875856ee263f1848ae6d263ce2cb6f56d Mon Sep 17 00:00:00 2001 From: Kyep Date: Sun, 27 Sep 2020 04:32:23 -0700 Subject: [PATCH] Fixes #11517 - clothing becomes invisible if you logout/login --- code/modules/mob/living/carbon/human/login.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/login.dm b/code/modules/mob/living/carbon/human/login.dm index 6171b3d02b0..7db9afdc9c3 100644 --- a/code/modules/mob/living/carbon/human/login.dm +++ b/code/modules/mob/living/carbon/human/login.dm @@ -6,4 +6,5 @@ if(ventcrawler) to_chat(src, "You can ventcrawl! Use alt+click on vents to quickly travel about the station.") update_pipe_vision() + regenerate_icons() return