mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Small dish drive improvements
This commit is contained in:
@@ -1072,3 +1072,19 @@
|
||||
/obj/item/stock_parts/micro_laser/quadultra = 3,
|
||||
/obj/item/stock_parts/matter_bin/bluespace = 3)
|
||||
generate_items_inside(items_inside,src)
|
||||
|
||||
/obj/item/storage/box/dishdrive
|
||||
name = "DIY Dish Drive Kit"
|
||||
desc = "Contains everything you need to build your own Dish Drive!"
|
||||
custom_premium_price = 200
|
||||
|
||||
/obj/item/storage/box/dishdrive/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
/obj/item/stack/sheet/metal/five = 1,
|
||||
/obj/item/stack/cable_coil/five = 1,
|
||||
/obj/item/circuitboard/machine/dish_drive = 1,
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/stock_parts/manipulator = 1,
|
||||
/obj/item/stock_parts/matter_bin = 2,
|
||||
/obj/item/screwdriver = 1)
|
||||
generate_items_inside(items_inside,src)
|
||||
Reference in New Issue
Block a user