From f67866957fdf5fb083d7cd331cdcf3b4652ada78 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Wed, 8 Jan 2020 10:48:35 -0800 Subject: [PATCH] Merge pull request #6602 from Heroman3003/legcuffening Makes legcuffs printable in hacked autolathe --- code/datums/autolathe/general.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/datums/autolathe/general.dm b/code/datums/autolathe/general.dm index 40bbbdc23f..6ec648d388 100644 --- a/code/datums/autolathe/general.dm +++ b/code/datums/autolathe/general.dm @@ -133,3 +133,8 @@ name = "handcuffs" path =/obj/item/weapon/handcuffs hidden = 1 + +/datum/category_item/autolathe/general/legcuffs + name = "legcuffs" + path =/obj/item/weapon/handcuffs/legcuffs + hidden = 1