Fixes char setup tail layering.

Guess we aint goin a bit elephant style for much longer.
This commit is contained in:
Verkister
2023-05-02 16:53:01 +03:00
parent 5531a43f8d
commit 1bebca2c03
3 changed files with 42 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ var/list/preferences_datums = list()
var/multilingual_mode = 0 // Default behaviour, delimiter-key-space, delimiter-key-delimiter, off
var/list/volume_channels = list()
///If they are currently in the process of swapping slots, don't let them open 999 windows for it and get confused
var/selecting_slots = FALSE
@@ -278,7 +278,7 @@ var/list/preferences_datums = list()
popup.open(FALSE) // Skip registring onclose on the browser pane
onclose(user, "preferences_window", src) // We want to register on the window itself
/datum/preferences/proc/update_character_previews(mutable_appearance/MA)
/*datum/preferences/proc/update_character_previews(mutable_appearance/MA) //CHOMPEdit _ch override.
if(!client)
return
@@ -309,7 +309,7 @@ var/list/preferences_datums = list()
client.screen |= O
O.appearance = MA
O.dir = D
O.screen_loc = preview_screen_locs["[D]"]
O.screen_loc = preview_screen_locs["[D]"]*/
/datum/preferences/proc/show_character_previews()
if(!client || !char_render_holders)