Patch rework (#13062)

* Patch Rework Part 1

* applicator

* fixes

* fixes

* temperature settings

* single application patches

* additional

* new line fix

* fox  is a derp sometimes
This commit is contained in:
Fox McCloud
2020-05-02 20:07:43 -04:00
committed by GitHub
parent 4118b4c8f9
commit faecf7cbfa
26 changed files with 297 additions and 118 deletions
@@ -607,6 +607,14 @@
build_path = /obj/item/reagent_containers/hypospray/safety
category = list("initial", "Medical")
/datum/design/automender
name = "Auto-mender"
id = "automender"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000, MAT_GLASS = 1000)
build_path = /obj/item/reagent_containers/applicator
category = list("initial", "Medical")
/datum/design/prox_sensor
name = "Proximity Sensor"
id = "prox_sensor"
@@ -914,4 +922,3 @@
materials = list(MAT_METAL = 40000)
build_path = /obj/item/golem_shell
category = list("Imported")