mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +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:
@@ -36,15 +36,15 @@
|
||||
to_chat(user, span_notice("You scoop \the [S] into \the [src]."))
|
||||
|
||||
//Splice research sample containers into the list of valid items for these belts *without* overriding the lists entirely
|
||||
/obj/item/storage/belt/explorer/New()
|
||||
/obj/item/storage/belt/explorer/Initialize(mapload)
|
||||
. = ..()
|
||||
can_hold.Add(/obj/item/storage/sample_container)
|
||||
|
||||
/obj/item/storage/belt/miner/New()
|
||||
/obj/item/storage/belt/miner/Initialize(mapload)
|
||||
. = ..()
|
||||
can_hold.Add(/obj/item/storage/sample_container)
|
||||
|
||||
/obj/item/storage/belt/archaeology/New()
|
||||
/obj/item/storage/belt/archaeology/Initialize(mapload)
|
||||
. = ..()
|
||||
can_hold.Add(/obj/item/storage/sample_container)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user