Merge pull request #5638 from Citadel-Station-13/upstream-merge-35775

[MIRROR] [READY]Randomized Station Time + Night Shifts
This commit is contained in:
LetterJay
2018-02-24 00:24:47 -06:00
committed by GitHub
33 changed files with 245 additions and 165 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ GLOBAL_LIST_EMPTY(PDAs)
dat += text("ID: <a href='?src=[REF(src)];choice=Authenticate'>[id ? "[id.registered_name], [id.assignment]" : "----------"]")
dat += text("<br><a href='?src=[REF(src)];choice=UpdateInfo'>[id ? "Update PDA Info" : ""]</A><br><br>")
dat += "[worldtime2text()]<br>" //:[world.time / 100 % 6][world.time / 100 % 10]"
dat += "[station_time_timestamp()]<br>" //:[world.time / 100 % 6][world.time / 100 % 10]"
dat += "[time2text(world.realtime, "MMM DD")] [GLOB.year_integer+540]"
dat += "<br><br>"
+1 -1
View File
@@ -1072,7 +1072,7 @@
/obj/item/toy/clockwork_watch/examine(mob/user)
..()
to_chat(user, "<span class='info'>Station Time: [worldtime2text()]")
to_chat(user, "<span class='info'>Station Time: [station_time_timestamp()]")
/*
* Toy Dagger