Fix Engineering plumbing constructor not being researchable (#2793)

## About The Pull Request

Add the engineering plumbing constructor design to the chemical
synthesis techweb node with the rest of the plumbing constructors
because `/datum/techweb_node/plumbing` is not a real thing

## Why It's Good For The Game

Bug fix

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>


![image](https://github.com/user-attachments/assets/c57cb654-9cb9-4d20-a942-fd2dcb794344)

</details>

## Changelog

🆑
fix: fixed the engineering plumbing constructor not appearing in
protolathes.
/🆑
This commit is contained in:
Roxy
2024-12-27 21:03:44 -08:00
committed by GitHub
parent 1390afbac7
commit 58417195e0
@@ -192,6 +192,12 @@
)
return ..()
/datum/techweb_node/chem_synthesis/New()
design_ids += list(
"plumbing_eng",
)
return ..()
// Modularly removes x-ray and thermals from here, it's in adv_vision instead
/datum/techweb_node/cyber/cyber_organs_adv/New()
design_ids -= list(
@@ -250,12 +256,6 @@
)
return ..()
/datum/techweb_node/plumbing/New()
design_ids += list(
"plumbing_eng",
)
return ..()
/datum/techweb_node/mining/New()
design_ids += list(
"mesons_prescription",