Skip to content

Commit

Permalink
Copy of Adding powercord as a printable cybernetic Monkestation#3517
Browse files Browse the repository at this point in the history
Adds powercable cybernetic as a printable research so IPCs can lose their left arm freely
  • Loading branch information
Gw0sty committed Sep 26, 2024
1 parent 7452353 commit 9ca521f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,16 @@
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_ORGANS_MISC
)
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL

/datum/design/power_cord
name = "power cord implant"
desc = "An internal power cord hooked up to a battery. Useful if you run on volts."
id = "power_cord"
build_type = MECHFAB
construction_time = 15 SECONDS
materials = list(/datum/material/iron = 2500, /datum/material/glass = 2000)
build_path = /obj/item/organ/internal/cyberimp/arm/item_set/power_cord
category = list(
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_ORGANS_MISC
)
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL
3 changes: 2 additions & 1 deletion monkestation/code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"ipc_arm_left",
"ipc_arm_right",
"ipc_leg_left",
"ipc_leg_right"
"ipc_leg_right",
"power_cord"
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)

0 comments on commit 9ca521f

Please sign in to comment.