mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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>  </details> ## Changelog 🆑 fix: fixed the engineering plumbing constructor not appearing in protolathes. /🆑
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user