From a078877a3c45cb91d53c478add4b6c7c6f04710e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 20 Feb 2026 21:05:42 +0100 Subject: [PATCH] Pelagos: Add the lubrication tower to the quality assembler --- lignumis/prototypes/content/quality-assembler-updates.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/quality-assembler-updates.lua b/lignumis/prototypes/content/quality-assembler-updates.lua index 8ec7a30..cffaac9 100644 --- a/lignumis/prototypes/content/quality-assembler-updates.lua +++ b/lignumis/prototypes/content/quality-assembler-updates.lua @@ -7,4 +7,5 @@ local function qa(recipeName) end -- Pelagos -qa("calciner") \ No newline at end of file +qa("calciner") +qa("lubrication-tower") \ No newline at end of file