mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
next new to init (#17400)
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
var/list/exploration_cartridges = list(
|
||||
/obj/item/cartridge/explorer,
|
||||
/obj/item/cartridge/sar
|
||||
)
|
||||
|
||||
/obj/item/cartridge
|
||||
slot_flags = SLOT_EARS
|
||||
|
||||
|
||||
@@ -510,8 +510,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 = "Away Team"
|
||||
name = "Away Team (Relay)"
|
||||
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