mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[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:
committed by
GitHub
parent
15490e9903
commit
56a4a1a592
@@ -22,6 +22,7 @@
|
||||
initialize_lobby_screen()
|
||||
|
||||
player_list |= src
|
||||
GLOB.new_player_list += src
|
||||
|
||||
created_for = ckey
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/mob/new_player/Logout()
|
||||
ready = 0
|
||||
|
||||
GLOB.new_player_list -= src
|
||||
QDEL_NULL(lobby_window)
|
||||
disable_lobby_browser()
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user