mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9156a08bf0
commit
55d696e503
@@ -1,8 +1,3 @@
|
||||
var/list/exploration_cartridges = list(
|
||||
/obj/item/cartridge/explorer,
|
||||
/obj/item/cartridge/sar
|
||||
)
|
||||
|
||||
/obj/item/cartridge
|
||||
slot_flags = SLOT_EARS
|
||||
|
||||
|
||||
@@ -517,8 +517,8 @@ var/global/list/obj/item/pda/PDAs = list()
|
||||
icon = 'icons/obj/pda_vr.dmi' //VOREStation edit
|
||||
icon_state = "pdabox"
|
||||
|
||||
/obj/item/storage/box/PDAs/New()
|
||||
..()
|
||||
/obj/item/storage/box/PDAs/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/pda(src)
|
||||
new /obj/item/pda(src)
|
||||
new /obj/item/pda(src)
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
/obj/item/pda
|
||||
var/delete_id = FALSE //Guaranteed deletion of ID upon deletion of PDA
|
||||
|
||||
/obj/item/pda/multicaster/exploration/New()
|
||||
..()
|
||||
/obj/item/pda/multicaster/exploration
|
||||
owner = "Exploration Department" //CHOMP keep explo
|
||||
name = "Exploration Department (Relay)" //CHOMP keep explo
|
||||
cartridges_to_send_to = exploration_cartridges
|
||||
cartridges_to_send_to = list(/obj/item/cartridge/explorer,/obj/item/cartridge/sar)
|
||||
|
||||
/obj/item/pda/centcom
|
||||
default_cartridge = /obj/item/cartridge/captain
|
||||
|
||||
Reference in New Issue
Block a user