mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
lobby screen subsystem (#17686)
* lobby screen subsystem * . * tgui core 3.1.5 * use unknown in the class * . * second * Didn't even know you could type components like this * . * dependency up * can we not use any... --------- Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
co-authored by
ShadowLarkens
parent
8467d5d2d3
commit
ca5a254a00
@@ -1,6 +1,6 @@
|
||||
/mob/Logout()
|
||||
SStgui.on_logout(src) // Cleanup any TGUIs the user has open
|
||||
SEND_SIGNAL(src, COMSIG_MOB_LOGOUT)
|
||||
SStgui.on_logout(src) // Cleanup any TGUIs the user has open
|
||||
player_list -= src
|
||||
disconnect_time = world.realtime //VOREStation Addition: logging when we disappear.
|
||||
update_client_z(null)
|
||||
|
||||
@@ -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