mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-13 17:23:44 +01:00
[MIRROR] Vendor and Phasegun adjustments (#10900)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9a214e26ad
commit
1e5d31ff04
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user