Adds the dish drive, obtainable through techwebs and with circuit boards in the chef and bartender's lockers (#35759)

* Adds the dish drive

* a e s t h e t i c

* Puts a dish drive circuit in the chef locker

* wardrobes, better control

* shiz!

* shiz! (x2)
This commit is contained in:
Ashe Higgs
2018-02-20 18:09:59 -05:00
committed by CitadelStationBot
parent 2ac71b3647
commit 08bc84d3db
7 changed files with 157 additions and 1 deletions
@@ -426,3 +426,10 @@
id = "cell_charger"
build_path = /obj/item/circuitboard/machine/cell_charger
category = list ("Misc. Machinery")
/datum/design/board/dish_drive
name = "Machine Design (Dish Drive)"
desc = "The circuit board for a dish drive."
id = "dish_drive"
build_path = /obj/item/circuitboard/machine/dish_drive
category = list ("Misc. Machinery")
+1 -1
View File
@@ -35,7 +35,7 @@
display_name = "Biological Processing"
description = "From slimes to kitchens."
prereq_ids = list("biotech")
design_ids = list("smartfridge", "gibber", "deepfryer", "monkey_recycler", "processor", "gibber", "microwave", "reagentgrinder")
design_ids = list("smartfridge", "gibber", "deepfryer", "monkey_recycler", "processor", "gibber", "microwave", "reagentgrinder", "dish_drive")
research_cost = 2500
export_price = 5000