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:
hunterluthi
2010-12-24 07:45:54 +00:00
parent c3c3e7791c
commit 97f7b78dd4

View File

@@ -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>"