From 58c08b8700e8ab0ee0a7ebc53eadbbe32b12c73f Mon Sep 17 00:00:00 2001 From: TelevisionStatic Date: Fri, 29 May 2026 16:03:02 -0500 Subject: [PATCH] Autolathegoodie (#96242) --- code/modules/cargo/goodies.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/cargo/goodies.dm b/code/modules/cargo/goodies.dm index 2a3f7ff82fb..5617c4af540 100644 --- a/code/modules/cargo/goodies.dm +++ b/code/modules/cargo/goodies.dm @@ -203,6 +203,12 @@ cost = PAYCHECK_CREW * 3 contains = list(/obj/item/storage/toolbox/mechanical) +/datum/supply_pack/goody/autolatheboard + name = "Autolathe Circuit Board" + desc = "A single autolathe circuit board for your construction needs." + cost = PAYCHECK_CREW * 2 + contains = list(/obj/item/circuitboard/machine/autolathe) + /datum/supply_pack/goody/valentine name = "Valentine Card" desc = "Make an impression on that special someone! Comes with one valentine card and a free candy heart!"