[MIRROR] lobby screen subsystem (#10859)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-11 04:32:23 -07:00
committed by GitHub
parent 15490e9903
commit 56a4a1a592
19 changed files with 80 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
initialize_lobby_screen()
player_list |= src
GLOB.new_player_list += src
created_for = ckey

View File

@@ -1,6 +1,7 @@
/mob/new_player/Logout()
ready = 0
GLOB.new_player_list -= src
QDEL_NULL(lobby_window)
disable_lobby_browser()

View File

@@ -26,6 +26,7 @@
add_verb(src, /mob/proc/insidePanel)
/mob/new_player/Destroy()
GLOB.new_player_list -= src
if(manifest_dialog)
QDEL_NULL(manifest_dialog)
if(late_choices_dialog)