From 54f776132a1cc4b05b9b81a76c00dd8eeddbb3ab Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 5 Jan 2020 14:17:04 +1000 Subject: [PATCH] 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