From 4f982f38f1c4de4f879182a000274f8ee2fafd31 Mon Sep 17 00:00:00 2001 From: Cocacolagua <48032385+Cocacolagua@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:28:01 -0300 Subject: [PATCH] works now (#14767) --- code/game/machinery/constructable_frame.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index efc9b698d70..bea325f9d33 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -239,6 +239,7 @@ to destroy them and players will be able to make replacements. /obj/machinery/vending/hatdispenser = "Hatlord 9000", /obj/machinery/vending/suitdispenser = "Suitlord 9000", /obj/machinery/vending/shoedispenser = "Shoelord 9000", + /obj/machinery/vending/autodrobe = "AutoDrobe", /obj/machinery/vending/clothing = "ClothesMate", /obj/machinery/vending/medical = "NanoMed Plus", /obj/machinery/vending/wallmed = "NanoMed",