[MIRROR] Fix Charsetup Tail Layering (#8760)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-08-13 15:59:25 -07:00
committed by GitHub
parent 93f56229fe
commit e1d89c3015
3 changed files with 9 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
feedback_add_details("admin_verb", "TSleepMusic")
/* // Up-ported to Virgo, disabling here
/datum/preferences/proc/update_character_previews(var/mob/living/carbon/human/mannequin)
if(!client)
return
@@ -63,3 +64,4 @@
var/mutable_appearance/MA = new(mannequin)
O.appearance = MA
O.screen_loc = preview_screen_locs["[D]"]
*/