From 33cce5f27a3d7c11cf59862b17654509123d7376 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 29 Mar 2025 03:15:47 +0100 Subject: [PATCH] Leave fabricator storage as is --- cookother.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookother.yml b/cookother.yml index 7deec3fe..c9be62d0 100644 --- a/cookother.yml +++ b/cookother.yml @@ -2,10 +2,10 @@ regex: '(?-s)capacity="(?!num)"(?:!anyslotsperrow="(?!num))?' lua: | if capacity == 1 then return false end - if file:find("fabricators.xml") then - capacity=round(capacity*1.5) - return true - end + -- file:find("fabricators.xml") then + -- apacity=round(capacity*1.5) + -- eturn true + -- capacity=round(capacity*3) if capacity > 50 then capacity=50 end if not slotsperrow then return true end