mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Merge pull request #6167 from PsiOmegaDelta/PDATime
PDA - Examination now offers station time
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
var/global/list/obj/item/device/pda/PDAs = list()
|
var/global/list/obj/item/device/pda/PDAs = list()
|
||||||
|
|
||||||
|
|
||||||
/obj/item/device/pda
|
/obj/item/device/pda
|
||||||
name = "PDA"
|
name = "PDA"
|
||||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. Functionality determined by a preprogrammed ROM cartridge."
|
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
|
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
|
/obj/item/device/pda/medical
|
||||||
default_cartridge = /obj/item/weapon/cartridge/medical
|
default_cartridge = /obj/item/weapon/cartridge/medical
|
||||||
icon_state = "pda-m"
|
icon_state = "pda-m"
|
||||||
|
|||||||
Reference in New Issue
Block a user