From 730024d25cef6c34347fd481f6ee79424484bb76 Mon Sep 17 00:00:00 2001 From: Psik9941 <92316778+Psik9941@users.noreply.github.com> Date: Mon, 11 Oct 2021 08:51:27 -0500 Subject: [PATCH 1/2] Update tools.dm Adding cable coil to autolathe under the tools category Default additions just have 1x, 5x, 10x print options. Looking into a 30x print option to get a max stack, but need to dig through more code to figure out how this is done. --- code/datums/autolathe/tools.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/autolathe/tools.dm b/code/datums/autolathe/tools.dm index e62232540f..ac783c5c29 100644 --- a/code/datums/autolathe/tools.dm +++ b/code/datums/autolathe/tools.dm @@ -63,3 +63,7 @@ /datum/category_item/autolathe/tools/rsf name = "rapid service fabricator" path = /obj/item/weapon/rsf + +/datum/category_item/autolathe/tools/cable_coil //Psik - defaults to 1,5,10x with a 30x stack max, need to figure out 30x eventually + name = "cable coil" + path =/obj/item/stack/cable_coil From 7c03ffc35cdf17611fd922f07ac3bb493eaad020 Mon Sep 17 00:00:00 2001 From: Psik9941 <92316778+Psik9941@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:09:42 -0500 Subject: [PATCH 2/2] Adding //CHOMPEdit comment Noted --- code/datums/autolathe/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/autolathe/tools.dm b/code/datums/autolathe/tools.dm index ac783c5c29..6d698a1b8c 100644 --- a/code/datums/autolathe/tools.dm +++ b/code/datums/autolathe/tools.dm @@ -64,6 +64,6 @@ name = "rapid service fabricator" path = /obj/item/weapon/rsf -/datum/category_item/autolathe/tools/cable_coil //Psik - defaults to 1,5,10x with a 30x stack max, need to figure out 30x eventually +/datum/category_item/autolathe/tools/cable_coil //CHOMPEdit -- defaults to 1,5,10x with a 30x stack max, need to figure out 30x eventually name = "cable coil" path =/obj/item/stack/cable_coil