Prolathe, Circuit Imprinter, and Mech Fab Fix (#23044)

Fixed the bug where the prolathe, circuit imprinter, and mech fabricator
still required matter bins in their construction.
This commit is contained in:
mineymonkey
2026-08-13 16:21:57 +00:00
committed by GitHub
parent 93621ac4cb
commit 5f7a4c4e69
2 changed files with 6 additions and 3 deletions
@@ -55,7 +55,6 @@
board_type = BOARD_MACHINE
origin_tech = list(TECH_ENGINEERING = 2, TECH_DATA = 2)
req_components = list(
"/obj/item/stock_parts/matter_bin" = 2,
"/obj/item/stock_parts/manipulator" = 2,
"/obj/item/reagent_containers/glass/beaker" = 2)
@@ -66,7 +65,6 @@
board_type = BOARD_MACHINE
origin_tech = list(TECH_ENGINEERING = 2, TECH_DATA = 2)
req_components = list(
"/obj/item/stock_parts/matter_bin" = 1,
"/obj/item/stock_parts/manipulator" = 1,
"/obj/item/reagent_containers/glass/beaker" = 2)
@@ -76,7 +74,6 @@
board_type = BOARD_MACHINE
origin_tech = list(TECH_DATA = 3, TECH_ENGINEERING = 3)
req_components = list(
"/obj/item/stock_parts/matter_bin" = 2,
"/obj/item/stock_parts/manipulator" = 1,
"/obj/item/stock_parts/micro_laser" = 1,
"/obj/item/stock_parts/console_screen" = 1)
@@ -0,0 +1,6 @@
author: Mineymonkey
delete-after: True
changes:
- bugfix: "Removed the matter bin requirements for the circuit imprinter, prolathe, and mechfabricator research boards."