mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Updating PDAs to include a built-in clock function. Everybody can now keep track of the round (somewhat) by using that. Works on 24 hour time, starting at 12 noon.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@696 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -497,7 +497,9 @@
|
||||
if (0)
|
||||
dat += "<h2>PERSONAL DATA ASSISTANT</h2>"
|
||||
dat += "Owner: [src.owner], [src.ownjob]<br>"
|
||||
dat += text("ID: <A href='?src=\ref[];auth=1'>[]</A>", src, (src.id ? "[src.id.registered], [src.id.assignment]" : "----------"))
|
||||
dat += text("ID: <A href='?src=\ref[];auth=1'>[]</A><br>", src, (src.id ? "[src.id.registered], [src.id.assignment]" : "----------"))
|
||||
dat += "Station Time: [round(world.time / 36000)+12]:[(world.time / 600 % 60) < 10 ? add_zero(world.time / 600 % 60, 1) : world.time / 600 % 60]"//:[world.time / 100 % 6][world.time / 100 % 10]"
|
||||
|
||||
dat += "<br><br>"
|
||||
|
||||
dat += "<h4>General Functions</h4>"
|
||||
|
||||
Reference in New Issue
Block a user