mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
design source part 2: the torture
This commit is contained in:
@@ -32,23 +32,6 @@
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL | DEPARTMENT_BITFLAG_SECURITY
|
||||
|
||||
/datum/design/cyberimp_hacker
|
||||
name = "Hacking Hand Implant"
|
||||
desc = "An advanced hacking and machine modification toolkit fitted into an arm implant, designed to be installed on a subject's arm."
|
||||
id = "ci-hacker"
|
||||
build_type = MECHFAB
|
||||
materials = list (
|
||||
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 2,
|
||||
/datum/material/glass = HALF_SHEET_MATERIAL_AMOUNT,
|
||||
/datum/material/silver = HALF_SHEET_MATERIAL_AMOUNT,
|
||||
)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/cyberimp/arm/hacker
|
||||
category = list(
|
||||
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_UTILITY,
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING
|
||||
|
||||
/datum/design/cyberimp_flash
|
||||
name = "Photon Projector Implant"
|
||||
desc = "An integrated projector mounted onto a user's arm that is able to be used as a powerful flash."
|
||||
|
||||
@@ -17,6 +17,13 @@
|
||||
)
|
||||
return ..()
|
||||
|
||||
/datum/techweb_node/cyber/cyber_organs_upgraded/New()
|
||||
design_ids -= list(
|
||||
"ci-gloweyes",
|
||||
"ci-welding",
|
||||
)
|
||||
return ..()
|
||||
|
||||
/datum/techweb_node/cyber/combat_implants/New()
|
||||
design_ids += list(
|
||||
"ci-mantis",
|
||||
|
||||
Reference in New Issue
Block a user