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 04:36:11 -05:00
committed by GitHub
parent 021fd9a416
commit 1c7882cb11
9 changed files with 203 additions and 1 deletions
@@ -917,6 +917,19 @@
new /obj/item/implantcase/mindshield(src)
new /obj/item/implanter/mindshield(src)
/obj/item/storage/box/dish_drive
name = "DIY Dish Drive Kit"
desc = "Contains everything you need to build your own Dish Drive!"
/obj/item/storage/box/dish_drive/populate_contents()
new /obj/item/stack/sheet/metal/(src, 5)
new /obj/item/stack/cable_coil/five(src)
new /obj/item/circuitboard/dish_drive(src)
new /obj/item/stack/sheet/glass(src)
new /obj/item/stock_parts/manipulator(src)
new /obj/item/stock_parts/matter_bin(src)
new /obj/item/screwdriver(src)
#undef NODESIGN
#undef NANOTRASEN
#undef SYNDI