From 20591b1bf9ea1b6be2f150303470447b11d0a07a Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 9 Feb 2021 10:13:10 +0200 Subject: [PATCH] Fixes shape traits not updating visuals on spawn The traits are still working, but until this is merged you may need to like rest/unrest after spawning to update your visuals. --- 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 5e288533f9e..77af6b73891 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -585,6 +585,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