diff --git a/code/game/objects/devices/PDA.dm b/code/game/objects/devices/PDA.dm index 5af62f79b75..8463f0241ee 100644 --- a/code/game/objects/devices/PDA.dm +++ b/code/game/objects/devices/PDA.dm @@ -497,7 +497,9 @@ if (0) dat += "

PERSONAL DATA ASSISTANT

" dat += "Owner: [src.owner], [src.ownjob]
" - dat += text("ID: []", src, (src.id ? "[src.id.registered], [src.id.assignment]" : "----------")) + dat += text("ID: []
", 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 += "

" dat += "

General Functions

"