[MIRROR] Makes Chemical Refinery Pipes Cheaper (#12820)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-14 02:46:32 -04:00
committed by GitHub
co-authored by Will
parent 835b6cd242
commit 87ea4376ac
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -245,6 +245,7 @@ GLOBAL_LIST(construction_frame_floor)
/datum/frame/frame_types/industrial_reagent_pipe
name = "Industrial Chemical Pipe"
circuit = /obj/item/circuitboard/industrial_reagent_pipe // Comes with it's own circuitboard now
icon_override = 'icons/obj/stock_parts_refinery.dmi'
frame_class = FRAME_CLASS_MACHINE
@@ -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",