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:
Kashargul
2025-05-09 22:25:18 +02:00
committed by GitHub
co-authored by ShadowLarkens
parent 8467d5d2d3
commit ca5a254a00
19 changed files with 95 additions and 34 deletions
+1 -1
View File
@@ -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)