mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] Makes Chemical Refinery Pipes Cheaper (#12820)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
835b6cd242
commit
87ea4376ac
@@ -38,6 +38,7 @@
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
/* Comes with it's own circuitboard now
|
||||
/datum/design_techweb/board/industrial_reagent_pipe
|
||||
SET_CIRCUIT_DESIGN_NAMEDESC("Industrial Reagent Pipe")
|
||||
id = "industrial_reagent_pipe"
|
||||
@@ -47,6 +48,7 @@
|
||||
RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_REFINERY
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
|
||||
*/
|
||||
|
||||
/datum/design_techweb/board/industrial_reagent_pump
|
||||
SET_CIRCUIT_DESIGN_NAMEDESC("Industrial Reagent Pump")
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
"industrial_reagent_furnace",
|
||||
"industrial_reagent_grinder",
|
||||
"industrial_reagent_hub",
|
||||
"industrial_reagent_pipe",
|
||||
// "industrial_reagent_pipe", // comes with it's own circuitboard now
|
||||
"industrial_reagent_pump",
|
||||
"industrial_reagent_reactor",
|
||||
"industrial_reagent_vat",
|
||||
|
||||
Reference in New Issue
Block a user