mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
* Sprites and little refactor * idk what i am doing Maybe refactor * Sort the boxes * Matches path * Script and maps * Okay... that was a strange decision. * bathroom parts box * More boxes * Henri review changes * Update toy.dmi * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update storage.dmi * Update boxes.dmi * True conflict solve I hope --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
189 lines
4.7 KiB
Plaintext
189 lines
4.7 KiB
Plaintext
/obj/item/pda/medical
|
|
default_cartridge = /obj/item/cartridge/medical
|
|
icon_state = "pda-medical"
|
|
|
|
/obj/item/pda/viro
|
|
default_cartridge = /obj/item/cartridge/medical
|
|
icon_state = "pda-virology"
|
|
|
|
/obj/item/pda/engineering
|
|
default_cartridge = /obj/item/cartridge/engineering
|
|
icon_state = "pda-engineer"
|
|
|
|
/obj/item/pda/security
|
|
default_cartridge = /obj/item/cartridge/security
|
|
icon_state = "pda-security"
|
|
|
|
/obj/item/pda/detective
|
|
default_cartridge = /obj/item/cartridge/detective
|
|
icon_state = "pda-security"
|
|
|
|
/obj/item/pda/warden
|
|
default_cartridge = /obj/item/cartridge/security
|
|
icon_state = "pda-warden"
|
|
|
|
/obj/item/pda/janitor
|
|
default_cartridge = /obj/item/cartridge/janitor
|
|
icon_state = "pda-janitor"
|
|
ttone = "slip"
|
|
|
|
/obj/item/pda/toxins
|
|
default_cartridge = /obj/item/cartridge/signal/toxins
|
|
icon_state = "pda-science"
|
|
ttone = "boom"
|
|
|
|
/obj/item/pda/clown
|
|
default_cartridge = /obj/item/cartridge/clown
|
|
icon_state = "pda-clown"
|
|
desc = "A portable microcomputer by Thinktronic Systems, LTD. The surface is coated with polytetrafluoroethylene and banana drippings."
|
|
ttone = "honk"
|
|
|
|
/obj/item/pda/clown/Initialize(mapload)
|
|
. = ..()
|
|
AddComponent(/datum/component/slippery, src, 16 SECONDS, 100)
|
|
|
|
/obj/item/pda/mime
|
|
default_cartridge = /obj/item/cartridge/mime
|
|
icon_state = "pda-mime"
|
|
ttone = "silence"
|
|
silent = TRUE
|
|
|
|
/obj/item/pda/heads
|
|
default_cartridge = /obj/item/cartridge/head
|
|
icon_state = "pda-h"
|
|
|
|
/obj/item/pda/heads/hop
|
|
default_cartridge = /obj/item/cartridge/hop
|
|
icon_state = "pda-hop"
|
|
|
|
/obj/item/pda/heads/hos
|
|
default_cartridge = /obj/item/cartridge/hos
|
|
icon_state = "pda-hos"
|
|
|
|
/obj/item/pda/heads/ce
|
|
default_cartridge = /obj/item/cartridge/ce
|
|
icon_state = "pda-ce"
|
|
|
|
/obj/item/pda/heads/cmo
|
|
default_cartridge = /obj/item/cartridge/cmo
|
|
icon_state = "pda-cmo"
|
|
|
|
/obj/item/pda/heads/rd
|
|
default_cartridge = /obj/item/cartridge/rd
|
|
icon_state = "pda-rd"
|
|
|
|
/obj/item/pda/captain
|
|
default_cartridge = /obj/item/cartridge/captain
|
|
icon_state = "pda-captain"
|
|
detonate = FALSE
|
|
//toff = 1
|
|
|
|
/obj/item/pda/heads/ntrep
|
|
default_cartridge = /obj/item/cartridge/supervisor
|
|
icon_state = "pda-h"
|
|
|
|
/obj/item/pda/heads/magistrate
|
|
default_cartridge = /obj/item/cartridge/supervisor
|
|
icon_state = "pda-h"
|
|
|
|
/obj/item/pda/heads/blueshield
|
|
default_cartridge = /obj/item/cartridge/hos
|
|
icon_state = "pda-h"
|
|
|
|
/obj/item/pda/heads/ert
|
|
default_cartridge = /obj/item/cartridge/centcom
|
|
detonate = FALSE
|
|
|
|
/obj/item/pda/heads/ert/engineering
|
|
icon_state = "pda-engineer"
|
|
|
|
/obj/item/pda/heads/ert/security
|
|
icon_state = "pda-security"
|
|
|
|
/obj/item/pda/heads/ert/medical
|
|
icon_state = "pda-medical"
|
|
|
|
/obj/item/pda/heads/ert/janitor
|
|
icon_state = "pda-janitor"
|
|
|
|
/obj/item/pda/heads/ert/paranormal
|
|
icon_state = "pda-chaplain"
|
|
|
|
/obj/item/pda/cargo
|
|
default_cartridge = /obj/item/cartridge/cargo
|
|
icon_state = "pda-cargo"
|
|
|
|
/obj/item/pda/quartermaster
|
|
default_cartridge = /obj/item/cartridge/qm
|
|
icon_state = "pda-qm"
|
|
|
|
/obj/item/pda/shaftminer
|
|
icon_state = "pda-miner"
|
|
|
|
/obj/item/pda/syndicate
|
|
default_cartridge = /obj/item/cartridge/syndicate/nuclear
|
|
icon_state = "pda-syndi"
|
|
name = "Military PDA"
|
|
owner = "John Doe"
|
|
|
|
/obj/item/pda/syndicate/New()
|
|
..()
|
|
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
|
if(M)
|
|
M.m_hidden = 1
|
|
|
|
/obj/item/pda/chaplain
|
|
icon_state = "pda-chaplain"
|
|
ttone = "holy"
|
|
|
|
/obj/item/pda/lawyer
|
|
default_cartridge = /obj/item/cartridge/lawyer
|
|
icon_state = "pda-lawyer"
|
|
ttone = "..."
|
|
|
|
/obj/item/pda/botanist
|
|
//default_cartridge = /obj/item/cartridge/botanist
|
|
icon_state = "pda-hydro"
|
|
|
|
/obj/item/pda/roboticist
|
|
icon_state = "pda-roboticist"
|
|
|
|
/obj/item/pda/librarian
|
|
icon_state = "pda-library"
|
|
desc = "A portable microcomputer by Thinktronic Systems, LTD. This is model is a WGW-11 series e-reader."
|
|
model_name = "Thinktronic 5290 WGW-11 Series E-reader and Personal Data Assistant"
|
|
silent = TRUE
|
|
|
|
/obj/item/pda/clear
|
|
icon_state = "pda-transp"
|
|
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"
|
|
|
|
/obj/item/pda/chef
|
|
icon_state = "pda-chef"
|
|
|
|
/obj/item/pda/bar
|
|
icon_state = "pda-bartender"
|
|
|
|
/obj/item/pda/atmos
|
|
default_cartridge = /obj/item/cartridge/atmos
|
|
icon_state = "pda-atmos"
|
|
|
|
/obj/item/pda/chemist
|
|
default_cartridge = /obj/item/cartridge/chemistry
|
|
icon_state = "pda-chemistry"
|
|
|
|
/obj/item/pda/geneticist
|
|
default_cartridge = /obj/item/cartridge/medical
|
|
icon_state = "pda-genetics"
|
|
|
|
/obj/item/pda/centcom
|
|
default_cartridge = /obj/item/cartridge/centcom
|
|
icon_state = "pda-h"
|
|
|
|
/obj/item/pda/centcom/New()
|
|
..()
|
|
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
|
if(M)
|
|
M.m_hidden = 1
|