From 8aadcf7213adee954db2d0fc8624aff741e4dc5f Mon Sep 17 00:00:00 2001
From: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Date: Fri, 22 Dec 2023 09:09:38 +0000
Subject: [PATCH] station time/round duration on menu
---
code/modules/mob/new_player/new_player.dm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm
index 564ed2a831..16b5bf9377 100644
--- a/code/modules/mob/new_player/new_player.dm
+++ b/code/modules/mob/new_player/new_player.dm
@@ -33,9 +33,14 @@
/mob/new_player/proc/new_player_panel_proc()
var/output = "
"
- output += "
Current Map:"
- output += "[using_map.full_name]"
- output +="
"
+ output += "
Map: [using_map.full_name]
"
+ output += "
Station Time: [stationtime2text()]
"
+
+ if(!ticker || ticker.current_state <= GAME_STATE_PREGAME)
+ output += "
Server Initializing!"
+ else
+ output += "
Round Duration: [roundduration2text()]
"
+ output += "
"
output += "
Character Setup
"
@@ -150,7 +155,7 @@
new_player_panel_proc()
if(href_list["observe"])
- if(tgui_alert(src,"Are you sure you wish to observe? If you do, make sure to not use any knowledge gained from observing if you decide to join later.","Player Setup",list("Yes","No")) == "Yes")
+ if(tgui_alert(src,"Are you sure you wish to observe? If you do, make sure to not use any knowledge gained from observing if you decide to join later.","Observe Round?",list("Yes","No")) == "Yes")
if(!client) return 1
//Make a new mannequin quickly, and allow the observer to take the appearance