From 0fe7ca8afda95efb5f1a6c3d9388406483fc356b Mon Sep 17 00:00:00 2001 From: AutisticFroggy <52133791+AutisticFroggy@users.noreply.github.com> Date: Tue, 3 Dec 2019 14:49:58 +0800 Subject: [PATCH] Update autolathe_designs.dm --- code/modules/research/designs/autolathe_designs.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 8250e74cf61c..8e93541e31e2 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -562,6 +562,15 @@ build_path = /obj/item/assembly/signaler category = list("initial", "T-Comm") +/datum/design/mousetrap + name = "Mousetrap" + id = "mousetrap" + build_type = AUTOLATHE | PROTOLATHE + materials = list(MAT_METAL = 100) + build_path = /obj/item/assembly/mousetrap + category = list("initial", "Misc") + departmental_flags = DEPARTMENTAL_FLAG_SERVICE + /datum/design/radio_headset name = "Radio Headset" id = "radio_headset"