[MIRROR] Vendor and Phasegun adjustments (#10900)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-17 10:20:36 -07:00
committed by GitHub
parent 9a214e26ad
commit 1e5d31ff04
44 changed files with 620 additions and 762 deletions
-30
View File
@@ -34,33 +34,3 @@
S.loc = src
update_icon()
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/Initialize(mapload)
. = ..()
can_hold.Add(/obj/item/storage/sample_container)
/obj/item/storage/belt/miner/Initialize(mapload)
. = ..()
can_hold.Add(/obj/item/storage/sample_container)
/obj/item/storage/belt/archaeology/Initialize(mapload)
. = ..()
can_hold.Add(/obj/item/storage/sample_container)
//ditto, lockers and redemption machines
/obj/structure/closet/secure_closet/miner/Initialize(mapload)
. = ..()
starts_with += /obj/item/storage/sample_container
/obj/structure/closet/secure_closet/xenoarchaeologist/Initialize(mapload)
. = ..()
starts_with += /obj/item/storage/sample_container
/obj/machinery/mineral/equipment_vendor/Initialize(mapload)
. = ..()
prize_list["Gear"] += list(EQUIPMENT("Exotic Sample Container", /obj/item/storage/sample_container, 100))
/obj/machinery/mineral/equipment_vendor/survey/Initialize(mapload)
. = ..()
prize_list["Gear"] += list(EQUIPMENT("Survey Tools - Exotic Sample Container", /obj/item/storage/sample_container, 100))