From fce4dedc0c74a3f84064c97cb5f7c75db4feacdf Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sun, 29 Mar 2026 17:04:10 -0400 Subject: [PATCH] Fixes distillery (#19354) Makes it have it's appropriate circuit --- code/game/machinery/frame.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/frame.dm b/code/game/machinery/frame.dm index ecd96909238..9bd38b971b6 100644 --- a/code/game/machinery/frame.dm +++ b/code/game/machinery/frame.dm @@ -115,6 +115,7 @@ GLOBAL_LIST(construction_frame_floor) /datum/frame/frame_types/reagent_distillery name = "Distillery" frame_class = FRAME_CLASS_MACHINE + circuit = /obj/item/circuitboard/distiller frame_size = 4 /datum/frame/frame_types/display