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:
Kashargul
2025-03-24 06:18:39 -04:00
committed by GitHub
parent 8a4ac36d15
commit d3b7ba8b43
141 changed files with 529 additions and 601 deletions
-5
View File
@@ -1,8 +1,3 @@
var/list/exploration_cartridges = list(
/obj/item/cartridge/explorer,
/obj/item/cartridge/sar
)
/obj/item/cartridge
slot_flags = SLOT_EARS
+2 -2
View File
@@ -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)
+2 -3
View File
@@ -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