Make Lobby first tab for new_player mobs

This commit is contained in:
tigercat2000
2017-09-14 14:33:36 -07:00
parent eb69af1321
commit 05c04b5bd3
+8 -8
View File
@@ -65,14 +65,6 @@
return
/mob/new_player/Stat()
..()
if((!ticker) || ticker.current_state == GAME_STATE_PREGAME)
statpanel("Lobby") // First tab during pre-game.
statpanel("Status")
if(client.statpanel == "Status" && ticker)
if(ticker.current_state != GAME_STATE_PREGAME)
stat(null, "Station Time: [worldtime2text()]")
statpanel("Lobby")
if(client.statpanel=="Lobby" && ticker)
if(ticker.hide_mode)
@@ -101,6 +93,14 @@
if(player.ready)
totalPlayersReady++
..()
statpanel("Status")
if(client.statpanel == "Status" && ticker)
if(ticker.current_state != GAME_STATE_PREGAME)
stat(null, "Station Time: [worldtime2text()]")
/mob/new_player/Topic(href, href_list[])
if(!client) return 0