[MIRROR] Fixed typo for cyberimp_surgical's ID (#2229)

* Fixed typo for cyberimp_surgical's ID

* Delete medical_designs.dm.rej

* Update medical_designs.dm
This commit is contained in:
CitadelStationBot
2017-08-05 12:29:02 -05:00
committed by kevinz000
parent a901b2576c
commit 5fd31559ea

View File

@@ -215,7 +215,7 @@
/datum/design/cyberimp_surgical
name = "Surgical Arm Implant"
desc = "A set of surgical tools hidden behind a concealed panel on the user's arm."
id = "ci-surgey"
id = "ci-surgery"
req_tech = list("materials" = 3, "engineering" = 3, "biotech" = 3, "programming" = 2, "magnets" = 3)
build_type = PROTOLATHE | MECHFAB
materials = list (MAT_METAL = 2500, MAT_GLASS = 1500, MAT_SILVER = 1500)