From cd9b569dda7cd10fe69cdd90fff41372725f1367 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 19 Feb 2012 21:47:28 -0700 Subject: [PATCH] Fix for stupid. --- code/defines/obj/machinery.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/defines/obj/machinery.dm b/code/defines/obj/machinery.dm index bb45e2ab079..5365249ca45 100644 --- a/code/defines/obj/machinery.dm +++ b/code/defines/obj/machinery.dm @@ -454,3 +454,13 @@ h_r = 245.0 h_g = 245.0 h_b = 245.0 + +/obj/machinery/coatrack + name = "coat rack" + desc = "A fancy stand for the Detective's coat and hat." + icon_state = "coatrack0" + icon = 'coatrack.dmi' + density = 1 + anchored = 1.0 + var/obj/item/clothing/suit/storage/det_suit/coat + var/obj/item/clothing/head/det_hat/hat