CMSS Lobby Screen (#17581)

* Establish base working new_player tgui

* Tweak to fit virgo

* .

* fix that

* split that

* no as import

* clean up old code

* .

* .

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
ShadowLarkens
2025-04-26 23:52:01 +02:00
committed by GitHub
co-authored by Kashargul
parent 4df82c3789
commit e627fb8d1d
29 changed files with 959 additions and 400 deletions
-1
View File
@@ -353,7 +353,6 @@ var/global/datum/controller/occupations/job_master
for(var/mob/new_player/player in unassigned)
if(player.client.prefs.alternate_option == RETURN_TO_LOBBY)
player.ready = 0
player.new_player_panel_proc()
unassigned -= player
return 1