mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Does everything. (#9470)
This commit is contained in:
@@ -958,6 +958,10 @@
|
||||
/obj/item/stock_parts/manipulator,
|
||||
/obj/item/stock_parts/matter_bin,
|
||||
/obj/item/stock_parts/micro_laser,
|
||||
/obj/item/stock_parts/matter_bin,
|
||||
/obj/item/stock_parts/matter_bin,
|
||||
/obj/item/stock_parts/matter_bin,
|
||||
/obj/item/stock_parts/manipulator,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/abandoned)
|
||||
"wj" = (
|
||||
|
||||
@@ -1074,6 +1074,17 @@
|
||||
new /obj/item/circuitboard/machine/circuit_imprinter(src)
|
||||
new /obj/item/circuitboard/computer/rdconsole(src)
|
||||
|
||||
/obj/item/storage/box/rndboards/miner
|
||||
name = "\proper Morokha Heavy Industries Research and Development Kit"
|
||||
desc = "A box containing the essential circuit boards for research and development. Materials, stock parts, and intelligence not included."
|
||||
|
||||
/obj/item/storage/box/rndboards/miner/PopulateContents()
|
||||
new /obj/item/circuitboard/machine/autolathe(src)
|
||||
new /obj/item/circuitboard/machine/protolathe(src)
|
||||
new /obj/item/circuitboard/machine/destructive_analyzer(src)
|
||||
new /obj/item/circuitboard/machine/circuit_imprinter(src)
|
||||
new /obj/item/circuitboard/computer/rdconsole(src)
|
||||
|
||||
/obj/item/storage/box/silver_sulf
|
||||
name = "box of silver sulfadiazine patches"
|
||||
desc = "Contains patches used to treat burns."
|
||||
|
||||
@@ -261,7 +261,7 @@
|
||||
|
||||
/obj/machinery/mineral/equipment_vendor/free_miner
|
||||
name = "free miner ship equipment vendor"
|
||||
desc = "a vendor sold by nanotrasen to profit off small mining contractors."
|
||||
desc = "A vendor sold by NanoTrasen to profit off small mining contractors."
|
||||
prize_list = list(
|
||||
new /datum/data/mining_equipment("Kinetic Accelerator", /obj/item/gun/energy/kinetic_accelerator, 750, VENDING_WEAPON),
|
||||
new /datum/data/mining_equipment("Resonator", /obj/item/resonator, 800, VENDING_WEAPON),
|
||||
@@ -301,7 +301,7 @@
|
||||
new /datum/data/mining_equipment("Stimpack Bundle", /obj/item/storage/box/medipens/utility, 200, VENDING_MEDS),
|
||||
new /datum/data/mining_equipment("Point Transfer Card", /obj/item/card/mining_point_card, 500, VENDING_MISC),
|
||||
new /datum/data/mining_equipment("Space Cash", /obj/item/stack/spacecash/c1000, 2000, VENDING_MISC),
|
||||
new /datum/data/mining_equipment("Nanotrasen Brand Circuitry Kit", /obj/item/storage/box/rndboards, 2000, VENDING_TOOL)
|
||||
new /datum/data/mining_equipment("R&D Starter Kit", /obj/item/storage/box/rndboards/miner, 2500, VENDING_TOOL)
|
||||
)
|
||||
|
||||
/obj/machinery/mineral/equipment_vendor/free_miner/New()
|
||||
|
||||
Reference in New Issue
Block a user