Ports the TG Dish Drive. A quality of life machine for service. (#18855)

* ILOVEBARTENDING

* improvements

* oopsie daisy

* Apply suggestions from code review

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: ElorgRHG <71735193+ElorgRHG@users.noreply.github.com>

* Update cable.dm

* fixes cable runtimes

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* applies for code critique

* steelslayerreview

* Update code/game/machinery/constructable_frame.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: ElorgRHG <71735193+ElorgRHG@users.noreply.github.com>
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Octus
2022-09-04 10:36:11 +01:00
committed by GitHub
co-authored by SteelSlayer ElorgRHG Sirryan2002
parent 021fd9a416
commit 1c7882cb11
9 changed files with 203 additions and 1 deletions
@@ -342,6 +342,16 @@
build_path = /obj/item/circuitboard/smartfridge
category = list ("Misc. Machinery")
/datum/design/dish_drive
name = "Machine Design (Dish Drive Board)"
desc = "The circuit board for a dish drive."
id = "dishdrive"
req_tech = list("programming" = 1)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/dish_drive
category = list("Misc. Machinery")
/datum/design/monkey_recycler
name = "Machine Design (Monkey Recycler Board)"
desc = "The circuit board for a monkey recycler."