From bea12368b842230f11901332accd80f0a415aa75 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 13 Mar 2021 16:46:42 -0500 Subject: [PATCH] Fixes being unable to make a disk compartmentalizer (#15696) --- code/game/machinery/constructable_frame.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index b90b2ed5f26..46d4fa121fb 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -490,7 +490,8 @@ to destroy them and players will be able to make replacements. "\improper Secure Refrigerated Medicine Storage" = /obj/machinery/smartfridge/secure/medbay, "\improper Smart Chemical Storage" = /obj/machinery/smartfridge/secure/chemistry, "smart virus storage" = /obj/machinery/smartfridge/secure/chemistry/virology, - "\improper Drink Showcase" = /obj/machinery/smartfridge/drinks + "\improper Drink Showcase" = /obj/machinery/smartfridge/drinks, + "disk compartmentalizer" = /obj/machinery/smartfridge/disks )