diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index a767383b72b..6b57cc44cb7 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -113,7 +113,7 @@ return /mob/new_player/Stat() - statpanel("Lobby") + statpanel("Status") if(client.statpanel=="Lobby" && SSticker) if(SSticker.hide_mode) stat("Game Mode:", "Secret") @@ -143,7 +143,7 @@ ..() - statpanel("Status") + statpanel("Lobby") /mob/new_player/Topic(href, href_list[])