Merge pull request #8100 from tigercat2000/new_player_lobby_fix

Make Lobby first tab for new_player mobs
This commit is contained in:
Crazy Lemon
2017-09-16 21:00:33 -07:00
committed by GitHub
+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