Files
CHOMPStation2/code/modules/pda/pda_vr.dm
Cadyn d278ce4fb0 TG overlay subsystem (#8147)
Co-authored-by: Raeschen <rycoop29@gmail.com>
2024-04-06 09:58:45 +02:00

30 lines
1.2 KiB
Plaintext

/obj/item/device/pda
var/delete_id = FALSE //Guaranteed deletion of ID upon deletion of PDA
/obj/item/device/pda/multicaster/exploration/Initialize() //ChompEDIT New --> Initialize
..()
owner = "Exploration Department" //CHOMP keep explo
name = "Exploration Department (Relay)" //CHOMP keep explo
cartridges_to_send_to = exploration_cartridges
/obj/item/device/pda/centcom
default_cartridge = /obj/item/weapon/cartridge/captain
icon_state = "pda-h"
detonate = 0
// hidden = 1
/obj/item/device/pda/pathfinder
default_cartridge = /obj/item/weapon/cartridge/explorer
icon_state = "pda-transp" //Might as well let this sprite actually get seen, otherwise it's going to be hidden forever.
/obj/item/device/pda/explorer
default_cartridge = /obj/item/weapon/cartridge/explorer
icon_state = "pda-explore" //Explorer's can get the PF's old style instead, rather than re-using the detective PDA
/obj/item/device/pda/sar
default_cartridge = /obj/item/weapon/cartridge/sar
icon_state = "pda-sar" //Gives FM's a distinct PDA of their own, rather than sharing with the bridge-secretary & CCO's.
/obj/item/device/pda/pilot
icon_state = "pda-pilot" //New sprites, but still no ROM cartridge or anything