Examining your own or a very close by PDA now reveals the current station time.

This commit is contained in:
PsiOmega
2014-08-25 12:32:35 +02:00
parent 23576ffdb6
commit 2c0bb7832d
+5 -1
View File
@@ -3,7 +3,6 @@
var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda
name = "PDA"
desc = "A portable microcomputer by Thinktronic Systems, LTD. Functionality determined by a preprogrammed ROM cartridge."
@@ -54,6 +53,11 @@ var/global/list/obj/item/device/pda/PDAs = list()
var/obj/item/device/paicard/pai = null // A slot for a personal AI device
/obj/item/device/pda/examine()
..()
if(get_dist(usr, src) <= 1)
usr << "The time [worldtime2text()] is displayed in the corner of the screen."
/obj/item/device/pda/medical
default_cartridge = /obj/item/weapon/cartridge/medical
icon_state = "pda-m"