mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
@@ -160,8 +160,12 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
. = ..()
|
||||
if(id)
|
||||
. += image('icons/goonstation/objects/pda_overlay.dmi', id.icon_state)
|
||||
|
||||
if(length(notifying_programs))
|
||||
. += image('icons/obj/pda.dmi', "pda-r")
|
||||
if(icon_state == "pda-library")
|
||||
. += image('icons/obj/pda.dmi', "pda-r-library")
|
||||
else
|
||||
. += image('icons/obj/pda.dmi', "pda-r")
|
||||
|
||||
/obj/item/pda/proc/close(mob/user)
|
||||
SStgui.close_uis(src)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/obj/item/pda/detective
|
||||
default_cartridge = /obj/item/cartridge/detective
|
||||
icon_state = "pda-security"
|
||||
icon_state = "pda-detective"
|
||||
default_pen = /obj/item/pen/multi
|
||||
|
||||
/obj/item/pda/warden
|
||||
@@ -79,6 +79,11 @@
|
||||
icon_state = "pda-rd"
|
||||
default_pen = /obj/item/pen/rd
|
||||
|
||||
/obj/item/pda/heads/qm
|
||||
default_cartridge = /obj/item/cartridge/qm
|
||||
icon_state = "pda-qm"
|
||||
default_pen = /obj/item/pen/qm
|
||||
|
||||
/obj/item/pda/captain
|
||||
default_cartridge = /obj/item/cartridge/captain
|
||||
icon_state = "pda-captain"
|
||||
@@ -88,12 +93,12 @@
|
||||
|
||||
/obj/item/pda/heads/ntrep
|
||||
default_cartridge = /obj/item/cartridge/supervisor
|
||||
icon_state = "pda-h"
|
||||
icon_state = "pda-ntr"
|
||||
default_pen = /obj/item/pen/multi/fountain
|
||||
|
||||
/obj/item/pda/heads/magistrate
|
||||
default_cartridge = /obj/item/cartridge/supervisor
|
||||
icon_state = "pda-h"
|
||||
icon_state = "pda-magistrate"
|
||||
default_pen = /obj/item/pen/multi/gold
|
||||
|
||||
/obj/item/pda/heads/blueshield
|
||||
@@ -125,11 +130,6 @@
|
||||
default_cartridge = /obj/item/cartridge/cargo
|
||||
icon_state = "pda-cargo"
|
||||
|
||||
/obj/item/pda/quartermaster
|
||||
default_cartridge = /obj/item/cartridge/qm
|
||||
icon_state = "pda-qm"
|
||||
default_pen = /obj/item/pen/qm
|
||||
|
||||
/obj/item/pda/shaftminer
|
||||
icon_state = "pda-miner"
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
default_pen = /obj/item/pen/multi
|
||||
|
||||
/obj/item/pda/clear
|
||||
icon_state = "pda-transp"
|
||||
icon_state = "pda-clear"
|
||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. This is model is a special edition with a transparent case."
|
||||
model_name = "Thinktronic 5230 Personal Data Assistant Deluxe Special Max Turbo Limited Edition"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user