From 4c8b409822cfbcf1f4837a03366556da1ec3bb1e Mon Sep 17 00:00:00 2001 From: mineymonkey Date: Wed, 29 Jul 2026 12:39:22 -0500 Subject: [PATCH] Printable Cloning Disk (#22934) - Made the cloning disk printable, the one thing I forgot to look at while debugging because admin spawning things is fun! That's besides the point, it should now be printable with steel at the prolathe once requesite technologies are met. --- .../designs/protolathe/integrated_electronics_designs.dm | 2 +- html/changelogs/mineymonkey-22934-changelog.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/mineymonkey-22934-changelog.yml diff --git a/code/modules/research/designs/protolathe/integrated_electronics_designs.dm b/code/modules/research/designs/protolathe/integrated_electronics_designs.dm index 5e6e818e003..97756f10c1c 100644 --- a/code/modules/research/designs/protolathe/integrated_electronics_designs.dm +++ b/code/modules/research/designs/protolathe/integrated_electronics_designs.dm @@ -71,5 +71,5 @@ name = "Integrated Circuit Printer Upgrade Disk - Circuit Cloner" desc = "An upgrade disk that allows the integrated circuit printer to duplicate assemblies." req_tech = list(TECH_ENGINEERING = 5, TECH_DATA = 6) - materials = list(DEFAULT_WALL_MATERIAL = 3000) + materials = list(MATERIAL_STEEL = 3000) build_path = /obj/item/disk/integrated_circuit/upgrade/clone diff --git a/html/changelogs/mineymonkey-22934-changelog.yml b/html/changelogs/mineymonkey-22934-changelog.yml new file mode 100644 index 00000000000..942052cccfa --- /dev/null +++ b/html/changelogs/mineymonkey-22934-changelog.yml @@ -0,0 +1,6 @@ +author: mineymonkey + +delete-after: True + +changes: + - bugfix: "Steel is needed to make the cloning disk properly now."