From 6075cf27a0ad5e93020078f026c6dbc52a273aae Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:43:53 -0500 Subject: [PATCH 1/2] Merge pull request #9664 from VOREStation/Verkister-patch-8 Fixes shape traits not updating visuals on spawn --- code/modules/mob/new_player/new_player.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 7fa2f23b6f..092563280c 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -590,6 +590,7 @@ // Do the initial caching of the player's body icons. new_character.force_update_limbs() new_character.update_icons_body() + new_character.update_transform() //VOREStation Edit new_character.key = key //Manually transfer the key to log them in