new implants!
This commit is contained in:
@@ -369,6 +369,39 @@
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/cyberimp_shield
|
||||
name = "Riot Shield Arm Implant"
|
||||
desc = "An implanted riot shield, designed to be installed on subject's arm."
|
||||
id = "ci-shield"
|
||||
build_type = PROTOLATHE
|
||||
materials = list (MAT_METAL = 8500, MAT_GLASS = 8500, MAT_SILVER = 1800, MAT_TITANIUM = 600)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/cyberimp/arm/shield
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/cyberimp_janitor
|
||||
name = "Janitor Arm Implant"
|
||||
desc = "A set of janitor tools fitted into an arm implant, designed to be installed on subject's arm."
|
||||
id = "ci-janitor"
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list (MAT_METAL = 3500, MAT_GLASS = 1500, MAT_SILVER = 1500)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/cyberimp/arm/janitor
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/cyberimp_service
|
||||
name = "Service Arm Implant"
|
||||
desc = "Everything a cook or barkeep needs in an arm implant, designed to be installed on subject's arm."
|
||||
id = "ci-service"
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list (MAT_METAL = 3500, MAT_GLASS = 1500, MAT_SILVER = 1500)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/cyberimp/arm/service
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/cyberimp_medical_hud
|
||||
name = "Medical HUD Implant"
|
||||
desc = "These cybernetic eyes will display a medical HUD over everything you see. Wiggle eyes to control."
|
||||
|
||||
Reference in New Issue
Block a user