[MIRROR] Fixes bonesetter material duplication (#674)

* Fixes bonesetter material duplication (#53443)

* Fixes bonesetter material duplication

Co-authored-by: Tony <19880843+AdmiralPancakes1@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-06 06:06:54 +02:00
committed by GitHub
co-authored by Tony
parent 9375a3c23a
commit c4f52dce57
@@ -526,7 +526,7 @@
name = "Bonesetter"
id = "bonesetter"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/iron = 1000)
materials = list(/datum/material/iron = 5000, /datum/material/glass = 2500)
build_path = /obj/item/bonesetter
category = list("initial", "Medical", "Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE