[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 22:10:59 +01:00
committed by GitHub
co-authored by Kashargul
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions
+3 -3
View File
@@ -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)