Late-Join Name Addition.

When late-joining the name of the currently loaded slot is shown at the top of the job selection screen.
This commit is contained in:
PsiOmega
2014-11-28 14:02:52 +01:00
parent b24f074501
commit 2f739975db

View File

@@ -371,7 +371,10 @@
var/mins = (mills % 36000) / 600
var/hours = mills / 36000
var/name = client.prefs.be_random_name ? "friend" : client.prefs.real_name
var/dat = "<html><body><center>"
dat += "<b>Welcome, [name].<br></b>"
dat += "Round Duration: [round(hours)]h [round(mins)]m<br>"
if(emergency_shuttle) //In case Nanotrasen decides reposess CentComm's shuttles.