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:
Jiří Barouš
2020-11-12 17:08:31 +01:00
committed by GitHub
parent 6d9241f194
commit 37cbb8fdb8
42 changed files with 856 additions and 483 deletions
+4
View File
@@ -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