Skip to content

Commit

Permalink
[MIRROR] fix character preview not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Sep 29, 2023
1 parent 411c8e0 commit bd65090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/client/preference_setup/general/05_preview.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
var/mob/living/carbon/human/dummy/mannequin/mannequin = get_mannequin(client_ckey)
mannequin.delete_inventory(TRUE)
dress_preview_mob(mannequin)
mannequin.ImmediateOverlayUpdate()
last_built_icon = icon('icons/effects/128x48.dmi', bgstate)
last_built_icon.Scale(48+32, 16+32)
mannequin.dir = WEST
Expand Down

0 comments on commit bd65090

Please sign in to comment.