Cybernetic Reshuffling (#5271)

## About The Pull Request
Moves combat cybernetics to the combat cybernetic techweb node, and
section in the fab.
## Why It's Good For The Game
Things that are illegal, dont look illegal, and thats bad. This makes
the combat implants visible and undeniable.
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

<img width="616" height="204" alt="image"
src="https://github.com/user-attachments/assets/9cc5ae4f-7c2a-487b-b586-4264ddaa2bc0"
/>

<img width="617" height="151" alt="image"
src="https://github.com/user-attachments/assets/761a05b1-6542-43cf-b330-4de47f8dc812"
/>

<img width="447" height="322" alt="image"
src="https://github.com/user-attachments/assets/6add6153-de4a-480e-8339-62246a25a239"
/>

</details>

## Changelog
🆑
fix: Combat implants are in the combat implant section. Where you would
think they would be.
/🆑

---------

Co-authored-by: Alexis <catmc8565@gmail.com>
This commit is contained in:
Manatee
2026-02-25 13:35:50 -06:00
committed by GitHub
parent fefd7b9f8d
commit b535552bd3
3 changed files with 7 additions and 10 deletions
@@ -617,7 +617,7 @@
)
build_path = /obj/item/organ/cyberimp/chest/spine
category = list(
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_HEALTH
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_COMBAT // BUBBER EDIT - CHANGE - PREVIOUS: RND_CATEGORY_CYBERNETICS
)
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL
@@ -687,7 +687,7 @@
)
build_path = /obj/item/organ/cyberimp/chest/reviver
category = list(
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_HEALTH
RND_CATEGORY_CYBERNETICS + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_COMBAT // BUBBER EDIT - CHANGE - PREVIOUS: RND_CATEGORY_CYBERNETICS
)
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL
@@ -896,7 +896,7 @@
)
build_path = /obj/item/organ/heart/cybernetic/anomalock
category = list(
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_SCIENCE
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_CYBERNETICS_IMPLANTS_COMBAT // BUBBER EDIT - CHANGE - PREVIOUS: RND_CATEGORY_EQUIPMENT
)
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
@@ -162,8 +162,9 @@
design_ids = list(
"ci-breather",
"ci-nutriment",
"ci-nutrimentplus", // BUBBER EDIT - ADDITION
"ci-thrusters",
"ci-herculean",
//"ci-herculean", // BUBBER EDIT - REMOVAL
"ci-connector",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
@@ -183,6 +184,7 @@
"ci-reviver",
"ci-antidrop",
"ci-antistun",
"ci-herculean", // BUBBER EDIT - ADDITION
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_4_POINTS)
announce_channels = list(RADIO_CHANNEL_SCIENCE, RADIO_CHANNEL_MEDICAL)
@@ -193,7 +195,7 @@
description = "Decades of contraband smuggling by assistants have led to the development of a full toolbox that fits seamlessly into your arm."
prereq_ids = list(TECHWEB_NODE_COMBAT_IMPLANTS, TECHWEB_NODE_EXP_TOOLS)
design_ids = list(
"ci-nutrimentplus",
//"ci-nutrimentplus", // BUBBER EDIT - REMOVAL
"ci-toolset",
"ci-surgery",
)