Lobby menu refreshment

If one was returned to the lobby after failing to acquire a job the lobby menu should now be refreshed, properly displaying Join Round/Observe instead of Declare Ready.
This commit is contained in:
PsiOmega
2014-10-29 14:23:32 +01:00
parent c8e27555b9
commit 12d90332f9

View File

@@ -341,6 +341,7 @@ 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