mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Categorized latejoin menu and made it into VueUI, improved crew manifest logic and made Verb manifest same as VueUI program, Job fixes (#10470)
This commit is contained in:
@@ -286,6 +286,10 @@ datum/preferences
|
||||
if(!client)
|
||||
return
|
||||
|
||||
var/mob/abstract/new_player/NP = client.mob
|
||||
if(istype(NP) && istype(NP.late_choices_ui)) // update character icon in late-choices UI
|
||||
NP.late_choices_ui.update_character_icon()
|
||||
|
||||
var/obj/screen/BG= LAZYACCESS(char_render_holders, "BG")
|
||||
if(!BG)
|
||||
BG = new
|
||||
|
||||
Reference in New Issue
Block a user